mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Upgrade hashbrown to version 0.13
This commit is contained in:
parent
1f73d11a97
commit
9ace8f53b8
7 changed files with 21 additions and 12 deletions
|
|
@ -21,7 +21,7 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
hashbrown = { version = "0.12", features = ["serde"] }
|
||||
hashbrown = { version = "0.13", features = ["serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = { version = "0.6", features = ["allow-non-simd"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue