tokio: update mio-aio dev dependency to 1.0 (#7235)

This eliminates a duplicate dependency on mio
This commit is contained in:
Alan Somers 2025-04-06 04:15:37 -06:00 committed by GitHub
parent 676630785b
commit 2a8c551631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"] }