mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Upgrade hashbrown
This commit is contained in:
parent
d0e716f80b
commit
32541c5c15
12 changed files with 30 additions and 31 deletions
|
|
@ -18,7 +18,7 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
hashbrown = { version = "0.9", features = ["serde"] }
|
||||
hashbrown = { version = "0.11.2", features = ["serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = { version = "0.3", features = ["allow-non-simd"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue