Skip to content

Commit a2a823e

Browse files
Update to socket2 v0.6 (#77)
1 parent 37b9d1b commit a2a823e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async-std = { version = "1.13.0", optional = true, features = ["io_safety"] }
2525
# Optionally depend on tokio to implement traits for its types.
2626
tokio = { version = "1.6.0", features = ["io-std", "fs", "net", "process"], optional = true }
2727
# Optionally depend on socket2 to implement traits for its types.
28-
socket2 = { version = "0.5.0", optional = true }
28+
socket2 = { version = "0.6.0", optional = true }
2929
# Optionally depend on mio to implement traits for its types.
3030
mio = { version = "0.8.0", features = ["net", "os-ext"], optional = true }
3131

0 commit comments

Comments
 (0)