build(deps): bump mio from 0.8.11 to 1

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
This commit is contained in:
Changyuan Lyu 2024-06-14 22:24:06 -07:00 committed by Lencerf
parent a2dd2936bf
commit 1a93102f9f
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View file

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

View file

@ -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