From 45e7332586128fa0f2d370f5f43a12da6db55ae2 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 3 Jun 2024 09:37:50 -0400 Subject: [PATCH] Increase mio version to 0.8.11 This avoids a nuisance CVE. This version of mio was released 3 months ago, so it is not very new. CVE: https://rustsec.org/advisories/RUSTSEC-2024-0019 Signed-off-by: mulhern --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fb5591329..ce480a6421 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -899,9 +899,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "mio" -version = "0.8.8" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "wasi",