We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f1571 commit ab78c3bCopy full SHA for ab78c3b
Cargo.toml
@@ -21,7 +21,7 @@ tokio = { version = "1.6.0", features = ["io-std", "fs", "net", "process"], opti
21
# Optionally depend on os_pipe to implement traits for its types.
22
os_pipe = { version = "1.2.1", optional = true }
23
# Optionally depend on socket2 to implement traits for its types.
24
-socket2 = { version = "0.5.7", optional = true }
+socket2 = { version = "0.6.0", optional = true }
25
# Optionally depend on mio to implement traits for its types.
26
mio = { version = "1.0.2", optional = true }
27
0 commit comments