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 @@ futures = "0.3"
futures-lite = "1"
futures-rustls = "0.24"
glommio = "0.8"
hashbrown = { version = "0.13", features = ["serde"] }
hashbrown = { version = "0.14", features = ["serde"] }
httparse = "1"
log = "0.4"
metrics = { version = "0.21", optional = true }