Skip to content

Commit ab78c3b

Browse files
Update to socket2 v0.6 (#35)
1 parent c3f1571 commit ab78c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tokio = { version = "1.6.0", features = ["io-std", "fs", "net", "process"], opti
2121
# Optionally depend on os_pipe to implement traits for its types.
2222
os_pipe = { version = "1.2.1", optional = true }
2323
# Optionally depend on socket2 to implement traits for its types.
24-
socket2 = { version = "0.5.7", optional = true }
24+
socket2 = { version = "0.6.0", optional = true }
2525
# Optionally depend on mio to implement traits for its types.
2626
mio = { version = "1.0.2", optional = true }
2727

0 commit comments

Comments
 (0)