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 dccc58a commit 62e24b7Copy full SHA for 62e24b7
tokio/Cargo.toml
@@ -101,7 +101,7 @@ fnv = { version = "1.0.6", optional = true }
101
futures-core = { version = "0.3.0", optional = true }
102
lazy_static = { version = "1.4.0", optional = true }
103
memchr = { version = "2.2", optional = true }
104
-mio = { version = "0.6.20", optional = true }
+mio = { version = "0.6.23", optional = true }
105
iovec = { version = "0.1.4", optional = true }
106
num_cpus = { version = "1.8.0", optional = true }
107
parking_lot = { version = "0.11.0", optional = true } # Not in full
0 commit comments