From 5ac6e3965bda25a376f86fb616d1c7ac7c6e6aa3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:37:48 +0000 Subject: [PATCH] chore(deps): update rust crate mio to 0.8.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 899b4ea..2bcee1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ intel-tee-quote-verification-rs = { path = "crates/intel-tee-quote-verification- intel-tee-quote-verification-sys = { version = "0.2.1" } k256 = "0.13" log = "0.4" -mio = "0.8.10" +mio = "0.8.11" num-integer = "0.1.46" num-traits = "0.2.18" pgp = "0.11"