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

View file

@ -27,7 +27,7 @@ crossbeam-channel = "0.5"
hex = "0.4"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
mio = { version = "0.8", features = ["net", "os-poll"] }
parking_lot = "0.11"
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }