udp, http: remove unused parking_lot dependency

This commit is contained in:
Joakim Frostegård 2022-02-19 14:13:27 +01:00
parent 29ea935744
commit 5e8777d2e2
3 changed files with 0 additions and 4 deletions

View file

@ -29,7 +29,6 @@ log = "0.4"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.8", features = ["net", "os-poll"] }
num-format = "0.4"
parking_lot = "0.11"
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
slab = "0.4"