From ad8fce37c7f52559e95ed3b5fb8604f043504c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:03:06 +0000 Subject: [PATCH] Bump mio from 0.8.9 to 0.8.11 Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 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.9...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b2c62d..de41fe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1333,9 +1333,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.9" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log", diff --git a/Cargo.toml b/Cargo.toml index 1b3a533..1a98ae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ enable-ansi-support = "0.2.1" [dependencies] v8 = { version = "0.82.0", default-features = false } -mio = { version = "0.8.4", features = ["os-poll", "net"] } +mio = { version = "0.8.11", features = ["os-poll", "net"] } clap = { version = "4.0.27", features = ["derive"] } anyhow = "1.0.52" colored = "2.0.0"