From f639d7ea3c98113c39b9c14979d36e5ae813c347 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Mon, 17 Jun 2024 06:18:02 -0700 Subject: [PATCH] Remove `mio` test dependency (#3107) --- crates/tests/lib/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/tests/lib/Cargo.toml b/crates/tests/lib/Cargo.toml index 37c3d2ab28..54d98f0a77 100644 --- a/crates/tests/lib/Cargo.toml +++ b/crates/tests/lib/Cargo.toml @@ -32,6 +32,3 @@ features = [ [dependencies.windows-targets] path = "../../libs/targets" - -[dependencies.mio] -version = "0.8.6"