We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6caf0 commit 46955b3Copy full SHA for 46955b3
1 file changed
Cargo.toml
@@ -25,7 +25,7 @@ tokio = { version = "1.32", default-features = false, features = [ "rt-multi-thr
25
anyhow = "1.0"
26
crdb-harness = "0.0.1"
27
diesel = { version = "2.2.2", features = [ "postgres", "r2d2" ] }
28
-libc = "0.2.154"
+libc = "0.2.178"
29
tempfile = "3.8"
30
tokio = { version = "1.32", features = [ "macros", "fs", "process" ] }
31
tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] }
0 commit comments