ws: update parking_lot to 0.12

This commit is contained in:
Joakim Frostegård 2022-02-19 14:38:18 +01:00
parent 4073a1b8be
commit f56d482760
2 changed files with 49 additions and 8 deletions

View file

@ -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