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

@ -21,7 +21,7 @@ harness = false
[dependencies]
anyhow = "1"
hashbrown = { version = "0.13", features = ["serde"] }
hashbrown = { version = "0.14", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
simd-json = { version = "0.10", features = ["allow-non-simd"] }