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

@ -23,7 +23,7 @@ anyhow = "1"
futures = "0.3"
futures-lite = "1"
futures-rustls = "0.26"
hashbrown = "0.14"
hashbrown = "0.15"
glommio = "0.9"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }