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 5ab143b commit a2631c2Copy full SHA for a2631c2
Cargo.toml
@@ -26,7 +26,7 @@ clap = { version = "4.5.41", features = ["derive", "string", "env"] }
26
config = { version = "0.15.11", features = ["toml"] }
27
cookie = { version = "0.18.1" }
28
crc32c = "0.6.8"
29
-diesel = { version = "2.2.8", features = ["postgres"] }
+diesel = { version = "2.2.12", features = ["postgres"] }
30
diesel_migrations = { version = "2.2.0" }
31
dirs = "6.0.0"
32
dropshot = "0.16"
0 commit comments