mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
ws: update parking_lot to 0.12
This commit is contained in:
parent
4073a1b8be
commit
f56d482760
2 changed files with 49 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ tungstenite = "0.16"
|
|||
crossbeam-channel = { version = "0.5", optional = true }
|
||||
histogram = { version = "0.6", optional = true }
|
||||
mio = { version = "0.8", features = ["net", "os-poll"], optional = true }
|
||||
parking_lot = { version = "0.11", optional = true }
|
||||
parking_lot = { version = "0.12", optional = true }
|
||||
socket2 = { version = "0.4", features = ["all"], optional = true }
|
||||
|
||||
# glommio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue