mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
Update dependencies
This commit is contained in:
parent
fd7fcef2f4
commit
66e9882f48
10 changed files with 110 additions and 101 deletions
|
|
@ -12,11 +12,11 @@ name = "aquatic_ws_load_test"
|
|||
anyhow = "1"
|
||||
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_ws_protocol = { path = "../aquatic_ws_protocol" }
|
||||
hashbrown = { version = "0.8", features = ["serde"] }
|
||||
hashbrown = { version = "0.9", features = ["serde"] }
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
rand_distr = "0.2"
|
||||
rand_distr = "0.3"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
slab = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue