Update crossbeam-channel to 0.5

This commit is contained in:
Joakim Frostegård 2020-12-19 02:53:37 +01:00
parent a3ab96f157
commit ac6eefc30f
6 changed files with 15 additions and 42 deletions

View file

@ -13,7 +13,7 @@ name = "aquatic_udp_bench"
anyhow = "1"
aquatic_cli_helpers = "0.1.0"
aquatic_udp = "0.1.0"
crossbeam-channel = "0.4"
crossbeam-channel = "0.5"
indicatif = "0.15"
mimalloc = { version = "0.1", default-features = false }
num-format = "0.4"