We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31065b commit 511f998Copy full SHA for 511f998
tokio-postgres/Cargo.toml
@@ -55,7 +55,7 @@ pin-project-lite = "0.2"
55
phf = "0.11"
56
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
57
postgres-types = { version = "0.2.4", path = "../postgres-types" }
58
-socket2 = "0.4"
+socket2 = { version = "0.5", features = ["all"] }
59
tokio = { version = "1.0", features = ["io-util"] }
60
tokio-util = { version = "0.7", features = ["codec"] }
61
0 commit comments