From 3a85e020eaac1192ac01631168833bb7c25186ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:12:01 +0000 Subject: [PATCH] Update mio requirement from ^0.6.23 to ^1.0.3 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.6.23...v1.0.3) --- updated-dependencies: - dependency-name: mio 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 91a065ec..51552561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ pre-iron-gid = [] # rustdds = { git = "https://github.com/Atostek/RustDDS.git" } rustdds = { version = "~0.11.1" } # release setting -mio = "^0.6.23" +mio = "^1.0.3" mio-extras = "2.0.6" log = "0.4.11" serde = { version = "1.0", features = ["derive"] }