diff --git a/Cargo.lock b/Cargo.lock index 202310a..21ccbf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,14 +344,15 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "mio" -version = "0.8.11" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +checksum = "4929e1f84c5e54c3ec6141cd5d8b5a5c055f031f80cf78f2072920173cb4d880" dependencies = [ + "hermit-abi", "libc", "log", "wasi", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/alioth/Cargo.toml b/alioth/Cargo.toml index c8fc1c2..80f9853 100644 --- a/alioth/Cargo.toml +++ b/alioth/Cargo.toml @@ -13,7 +13,7 @@ zerocopy = { version = "0.7.32", features = ["derive", "alloc"] } bitflags = "2.4.0" bitfield = "0.15.0" log = "0.4" -mio = { version = "0.8.8", features = ["os-poll", "os-ext", "net"] } +mio = { version = "1", features = ["os-poll", "os-ext", "net"] } rand = "0.8.5" libc = "0.2.150" parking_lot.workspace = true