mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update rand to 0.8 and rand_distr to 0.4
This commit is contained in:
parent
de3042bf4a
commit
e1260d14de
12 changed files with 89 additions and 54 deletions
|
|
@ -16,8 +16,8 @@ aquatic_http_protocol = "0.1.0"
|
|||
hashbrown = "0.9"
|
||||
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.3"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rand_distr = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue