Update hashbrown to 0.12

This commit is contained in:
Joakim Frostegård 2022-02-19 14:32:31 +01:00
parent 40d7265f5b
commit 4073a1b8be
6 changed files with 19 additions and 10 deletions

View file

@ -17,7 +17,7 @@ anyhow = "1"
aquatic_cli_helpers = "0.1.0"
aquatic_common = "0.1.0"
aquatic_udp_protocol = "0.1.0"
hashbrown = "0.11"
hashbrown = "0.12"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.8", features = ["net", "os-poll"] }
rand = { version = "0.8", features = ["small_rng"] }