From b73771bdba7c765a52fb4b4272a261207dececac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:14:28 +0000 Subject: [PATCH] Update Rust crate mio to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca894cf..f16c709 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [".gitignore"] edition = "2018" [dependencies] -mio = "0.6.14" +mio = "0.8.0" log = "0.4" lazycell = "1" slab = "0.4"