From 0a32f865ee17accd38d1b2fe0b8371ee30e4fa5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:37:03 +0000 Subject: [PATCH] Bump mio from 0.8.9 to 0.8.11 (#616) --- Cargo.lock | 4 ++-- supply-chain/config.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08b5b3a3..d1903d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,9 +1599,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", "wasi 0.11.0+wasi-snapshot-preview1", diff --git a/supply-chain/config.toml b/supply-chain/config.toml index d0841a4d..a247c759 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -299,7 +299,7 @@ version = "0.2.1" criteria = "safe-to-deploy" [[exemptions.mio]] -version = "0.8.9" +version = "0.8.11" criteria = "safe-to-deploy" [[exemptions.nom]]