Update mio to version 0.8

This commit is contained in:
Joakim Frostegård 2021-11-19 03:01:03 +01:00
parent 7305a3532c
commit fee3c9ca4e
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1272,9 +1272,9 @@ dependencies = [
[[package]]
name = "mio"
version = "0.7.14"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
dependencies = [
"libc",
"log",