Update lots of dependencies

This commit is contained in:
Joakim Frostegård 2020-07-21 00:58:56 +02:00
parent 27071fa2df
commit f2db4a43b9
7 changed files with 122 additions and 107 deletions

View file

@ -18,12 +18,12 @@ aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
aquatic_common = { path = "../aquatic_common" }
aquatic_udp_protocol = { path = "../aquatic_udp_protocol" }
crossbeam-channel = "0.4"
hashbrown = "0.7"
hashbrown = "0.8"
histogram = "0.6"
indexmap = "1"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
parking_lot = "0.10"
parking_lot = "0.11"
privdrop = "0.3"
rand = { version = "0.7", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }