diff --git a/Cargo.toml b/Cargo.toml index 4e1de115..2e11a7e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ base64 = "0.22" chrono = "0.4.44" clap = { version = "4.6.4", features = ["derive", "string", "env"] } config = { version = "0.15.25", features = ["toml"] } -diesel = { version = "2.3.9", features = ["postgres"] } +diesel = { version = "2.3.11", features = ["postgres"] } diesel_migrations = { version = "2.3.2" } dirs = "6.0.0" dropshot = "0.17"