mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Update mio to version 0.8
This commit is contained in:
parent
7305a3532c
commit
fee3c9ca4e
4 changed files with 5 additions and 5 deletions
|
|
@ -41,7 +41,7 @@ tungstenite = "0.15"
|
|||
# mio
|
||||
crossbeam-channel = { version = "0.5", optional = true }
|
||||
histogram = { version = "0.6", optional = true }
|
||||
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"], optional = true }
|
||||
mio = { version = "0.8", features = ["net", "os-poll"], optional = true }
|
||||
native-tls = { version = "0.2", optional = true }
|
||||
parking_lot = { version = "0.11", optional = true }
|
||||
socket2 = { version = "0.4", features = ["all"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue