From 2a8c551631a55be6759e630c1adbc2efc4469f06 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 6 Apr 2025 04:15:37 -0600 Subject: [PATCH] tokio: update mio-aio dev dependency to 1.0 (#7235) This eliminates a duplicate dependency on mio --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 63e223760..a29b00a8d 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -147,7 +147,7 @@ rand = "0.8.0" wasm-bindgen-test = "0.3.0" [target.'cfg(target_os = "freebsd")'.dev-dependencies] -mio-aio = { version = "0.9.0", features = ["tokio"] } +mio-aio = { version = "1", features = ["tokio"] } [target.'cfg(loom)'.dev-dependencies] loom = { version = "0.7", features = ["futures", "checkpoint"] }