diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 78cba8111..6a8ad1775 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -157,7 +157,7 @@ rand = "0.8.0" wasm-bindgen-test = "0.3.0" [target.'cfg(target_os = "freebsd")'.dev-dependencies] -mio-aio = { version = "0.6.0", features = ["tokio"] } +mio-aio = { version = "0.7.0", features = ["tokio"] } [target.'cfg(loom)'.dev-dependencies] loom = { version = "0.5.2", features = ["futures", "checkpoint"] }