Upgrade hashbrown and indexmap crates

This commit is contained in:
Joakim Frostegård 2023-07-30 20:32:30 +02:00
parent 99d8436117
commit 7f01f4024a
7 changed files with 49 additions and 17 deletions

View file

@ -34,7 +34,7 @@ compact_str = "0.7"
constant_time_eq = "0.2"
crossbeam-channel = "0.5"
getrandom = "0.2"
hashbrown = { version = "0.13", default-features = false }
hashbrown = { version = "0.14", default-features = false }
hdrhistogram = "7"
hex = "0.4"
io-uring = { version = "0.6", optional = true }