From c6b40cf2950d91b3483adaabea5dff013ea36b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:54:53 +0000 Subject: [PATCH] Update mio requirement from 0.8 to 1.1 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.1.0) --- updated-dependencies: - dependency-name: mio dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e973465..b818e5c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ h3i = { version = "0.4", path = "./h3i" } ipnetwork = { version = "0.20" } libc = { version = "0.2.76", default-features = false } log = { version = "0.4.20" } -mio = { version = "0.8" } +mio = { version = "1.2" } nix = { version = "0.26.2" } octets = { version = "0.3.0", path = "./octets" } parking_lot = { version = "0.12.1", default-features = false }