mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update to hashbrown v0.15
This commit is contained in:
parent
86ff9cd577
commit
ea06ffd513
6 changed files with 22 additions and 11 deletions
|
|
@ -26,7 +26,7 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
hashbrown = { version = "0.14", features = ["serde"] }
|
||||
hashbrown = { version = "0.15", features = ["serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = "0.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue