We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9281cdb commit 3d19e15Copy full SHA for 3d19e15
Cargo.toml
@@ -26,7 +26,7 @@ clap = { version = "4.5.27", features = ["derive", "string", "env"] }
26
config = { version = "0.15.7", features = ["toml"] }
27
cookie = { version = "0.18.1" }
28
crc32c = "0.6.8"
29
-diesel = { version = "2.2.6", features = ["postgres"] }
+diesel = { version = "2.2.7", features = ["postgres"] }
30
diesel_migrations = { version = "2.2.0" }
31
dirs = "6.0.0"
32
dropshot = "0.15"
0 commit comments