From cecfee80b34dfe1f27b3c8d33807cf9f8dd4d92a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 21:39:45 +0000 Subject: [PATCH] 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] --- crates/shim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 8b06f91..7da30c9 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -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",