Skip to content

Commit 2a8c551

Browse files
authored
tokio: update mio-aio dev dependency to 1.0 (#7235)
This eliminates a duplicate dependency on mio
1 parent 6766307 commit 2a8c551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ rand = "0.8.0"
147147
wasm-bindgen-test = "0.3.0"
148148

149149
[target.'cfg(target_os = "freebsd")'.dev-dependencies]
150-
mio-aio = { version = "0.9.0", features = ["tokio"] }
150+
mio-aio = { version = "1", features = ["tokio"] }
151151

152152
[target.'cfg(loom)'.dev-dependencies]
153153
loom = { version = "0.7", features = ["futures", "checkpoint"] }

0 commit comments

Comments
 (0)