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 26e238e commit cecfee8Copy full SHA for cecfee8
crates/shim/Cargo.toml
@@ -74,7 +74,7 @@ cgroups-rs = "0.3.4"
74
command-fds = "0.3.0"
75
76
[target.'cfg(windows)'.dependencies]
77
-mio = { version = "0.8", features = ["os-ext", "os-poll"] }
+mio = { version = "1.0", features = ["os-ext", "os-poll"] }
78
os_pipe.workspace = true
79
windows-sys = { version = "0.52.0", features = [
80
"Win32_Foundation",
0 commit comments