We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fb0d0 commit cf77dc0Copy full SHA for cf77dc0
postgres/Cargo.toml
@@ -38,7 +38,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
38
[dependencies]
39
bytes = "1.0"
40
fallible-iterator = "0.2"
41
-futures-util = { version = "0.3", features = ["sink"] }
+futures-util = { version = "0.3.14", features = ["sink"] }
42
tokio-postgres = { version = "0.7.7", path = "../tokio-postgres" }
43
44
tokio = { version = "1.0", features = ["rt", "time"] }
0 commit comments