diff --git a/Cargo.toml b/Cargo.toml index 72bf8f0d..163f86ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5.27", features = ["derive", "string", "env"] } config = { version = "0.15.7", features = ["toml"] } cookie = { version = "0.18.1" } crc32c = "0.6.8" -diesel = { version = "2.2.6", features = ["postgres"] } +diesel = { version = "2.2.7", features = ["postgres"] } diesel_migrations = { version = "2.2.0" } dirs = "6.0.0" dropshot = "0.15"