Skip to content

Commit cecfee8

Browse files
dependabot[bot]mxpv
authored andcommitted
build(deps): update mio requirement from 0.8 to 1.0
Updates the requirements on [mio](https://github.com/tokio-rs/mio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v0.8.0...v1.0.0) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26e238e commit cecfee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ cgroups-rs = "0.3.4"
7474
command-fds = "0.3.0"
7575

7676
[target.'cfg(windows)'.dependencies]
77-
mio = { version = "0.8", features = ["os-ext", "os-poll"] }
77+
mio = { version = "1.0", features = ["os-ext", "os-poll"] }
7878
os_pipe.workspace = true
7979
windows-sys = { version = "0.52.0", features = [
8080
"Win32_Foundation",

0 commit comments

Comments
 (0)