Skip to content

Commit

Permalink
fix socket2
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate committed Dec 4, 2024
1 parent a31065b commit 511f998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pin-project-lite = "0.2"
phf = "0.11"
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
postgres-types = { version = "0.2.4", path = "../postgres-types" }
socket2 = "0.4"
socket2 = { version = "0.5", features = ["all"] }
tokio = { version = "1.0", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["codec"] }

Expand Down

0 comments on commit 511f998

Please sign in to comment.