Update to hashbrown v0.15

This commit is contained in:
Joakim Frostegård 2025-01-12 22:10:29 +01:00
parent 86ff9cd577
commit ea06ffd513
6 changed files with 22 additions and 11 deletions

View file

@ -40,7 +40,7 @@ futures = "0.3"
futures-lite = "1"
futures-rustls = "0.26"
glommio = "0.9"
hashbrown = { version = "0.14", features = ["serde"] }
hashbrown = { version = "0.15", features = ["serde"] }
httparse = "1"
indexmap = "2"
log = "0.4"