io: update the mio-aio dev-dependency (#4116)

This commit is contained in:
Alan Somers
2021-09-18 09:25:52 +02:00
committed by GitHub
parent 957ed3eac0
commit 8e92f05795
+1 -1
View File
@@ -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"] }