From 8e92f057959e19769baac5efb2115cadce51868e Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 18 Sep 2021 01:25:52 -0600 Subject: [PATCH] io: update the mio-aio dev-dependency (#4116) --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 080e000c8..328b3d1e0 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -132,7 +132,7 @@ async-stream = "0.3" socket2 = "0.4" [target.'cfg(target_os = "freebsd")'.dev-dependencies] -mio-aio = { git = "https://github.com/asomers/mio-aio", rev = "2f56696", features = ["tokio"] } +mio-aio = { version = "0.6.0", features = ["tokio"] } [target.'cfg(loom)'.dev-dependencies] loom = { version = "0.5", features = ["futures", "checkpoint"] }