Skip to content

Commit 511f998

Browse files
committed
fix socket2
1 parent a31065b commit 511f998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pin-project-lite = "0.2"
5555
phf = "0.11"
5656
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
5757
postgres-types = { version = "0.2.4", path = "../postgres-types" }
58-
socket2 = "0.4"
58+
socket2 = { version = "0.5", features = ["all"] }
5959
tokio = { version = "1.0", features = ["io-util"] }
6060
tokio-util = { version = "0.7", features = ["codec"] }
6161

0 commit comments

Comments
 (0)