Upgrade hashbrown

This commit is contained in:
Joakim Frostegård 2021-08-15 22:29:09 +02:00
parent d0e716f80b
commit 32541c5c15
12 changed files with 30 additions and 31 deletions

View file

@ -14,7 +14,7 @@ anyhow = "1"
aquatic_cli_helpers = "0.1.0"
aquatic_udp_protocol = "0.1.0"
crossbeam-channel = "0.5"
hashbrown = "0.9"
hashbrown = "0.11.2"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
parking_lot = "0.11"