Upgrade hashbrown

This commit is contained in:
Joakim Frostegård 2021-08-15 22:29:09 +02:00
parent d0e716f80b
commit 32541c5c15
12 changed files with 30 additions and 31 deletions

View file

@ -23,7 +23,7 @@ harness = false
[dependencies]
anyhow = "1"
hashbrown = "0.9"
hashbrown = "0.11.2"
hex = { version = "0.4", default-features = false }
httparse = "1"
itoa = "0.4"