1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-05 17:08:59 +00:00

Bump mio from 0.8.6 to 0.8.10

This commit is contained in:
Daniel Hofstetter 2024-01-10 10:47:20 +01:00
parent 0fe5f39b74
commit d29adfcb09

6
Cargo.lock generated
View File

@ -1293,14 +1293,14 @@ dependencies = [
[[package]]
name = "mio"
version = "0.8.6"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]