mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Upgrade hashbrown
This commit is contained in:
parent
d0e716f80b
commit
32541c5c15
12 changed files with 30 additions and 31 deletions
|
|
@ -22,7 +22,7 @@ aquatic_common = "0.1.0"
|
|||
aquatic_ws_protocol = "0.1.0"
|
||||
crossbeam-channel = "0.5"
|
||||
either = "1"
|
||||
hashbrown = { version = "0.9", features = ["serde"] }
|
||||
hashbrown = { version = "0.11.2", features = ["serde"] }
|
||||
histogram = "0.6"
|
||||
indexmap = "1"
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue