From fc69abb303000d820763dce044dc1d77e2f594fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:44:58 +0000 Subject: [PATCH] chore(deps): bump mio from 1.0.0 to 1.0.1 Bumps [mio](https://github.com/tokio-rs/mio) from 1.0.0 to 1.0.1. - [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/commits) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68c1273..218ca28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,7 +455,7 @@ dependencies = [ "env_logger", "futures", "log", - "mio 1.0.0", + "mio 1.0.1", "octocrab", "reqwest", "ropey", @@ -821,9 +821,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4929e1f84c5e54c3ec6141cd5d8b5a5c055f031f80cf78f2072920173cb4d880" +checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" dependencies = [ "hermit-abi", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8fee3c7..05f43ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ dashmap = "6.0.1" env_logger = "0.11.2" futures = "0.3.30" log = "0.4.22" -mio = "1.0.0" +mio = "1.0.1" octocrab = "0.38.0" reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls"] } ropey = "1.6.1"