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](https://github.com/tokio-rs/mio/compare/v0.8.0...v1.0.0) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
26e238edf8
commit
cecfee80b3
|
|
@ -74,7 +74,7 @@ cgroups-rs = "0.3.4"
|
|||
command-fds = "0.3.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
mio = { version = "0.8", features = ["os-ext", "os-poll"] }
|
||||
mio = { version = "1.0", features = ["os-ext", "os-poll"] }
|
||||
os_pipe.workspace = true
|
||||
windows-sys = { version = "0.52.0", features = [
|
||||
"Win32_Foundation",
|
||||
|
|
|
|||
Loading…
Reference in New Issue