Upgrade hashbrown to version 0.13

This commit is contained in:
Joakim Frostegård 2022-11-12 14:37:53 +01:00
parent 1f73d11a97
commit 9ace8f53b8
7 changed files with 21 additions and 12 deletions

View file

@ -29,7 +29,7 @@ futures = "0.3"
futures-lite = "1"
futures-rustls = "0.22"
glommio = "0.7"
hashbrown = { version = "0.12", features = ["serde"] }
hashbrown = { version = "0.13", features = ["serde"] }
httparse = "1"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }