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:
dependabot[bot] 2024-06-14 21:39:45 +00:00 committed by Maksym Pavlenko
parent 26e238edf8
commit cecfee80b3
1 changed files with 1 additions and 1 deletions

View File

@ -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",