We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b9d1b commit a2a823eCopy full SHA for a2a823e
1 file changed
Cargo.toml
@@ -25,7 +25,7 @@ async-std = { version = "1.13.0", optional = true, features = ["io_safety"] }
25
# Optionally depend on tokio to implement traits for its types.
26
tokio = { version = "1.6.0", features = ["io-std", "fs", "net", "process"], optional = true }
27
# Optionally depend on socket2 to implement traits for its types.
28
-socket2 = { version = "0.5.0", optional = true }
+socket2 = { version = "0.6.0", optional = true }
29
# Optionally depend on mio to implement traits for its types.
30
mio = { version = "0.8.0", features = ["net", "os-ext"], optional = true }
31
0 commit comments