Skip to content

Commit 61c6cc7

Browse files
committed
Update to socket2 v0.6
1 parent e1cd6be commit 61c6cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ rand = "0.9.0"
6666
whoami = "1.4.1"
6767

6868
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
69-
socket2 = { version = "0.5", features = ["all"] }
69+
socket2 = { version = "0.6", features = ["all"] }
7070

7171
[dev-dependencies]
7272
futures-executor = "0.3"

0 commit comments

Comments
 (0)