From 45b0cd7230d924e5dc2eb393b33a9e595087caf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:36:06 +0000 Subject: [PATCH] Bump mio from 0.8.10 to 0.8.11 Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. - [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.10...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- samply/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a091e99..2732cff3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1198,9 +1198,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index 17637d96..bf0e7d19 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -44,7 +44,7 @@ wholesym = { version = "0.4.0", path = "../wholesym", features = ["api"]} dirs = "5.0.0" once_cell = "1.17" fxhash = "0.2.1" -mio = { version = "0.8.6", features = ["os-ext", "os-poll"] } +mio = { version = "0.8.11", features = ["os-ext", "os-poll"] } [target.'cfg(any(target_os = "android", target_os = "macos", target_os = "linux"))'.dependencies]