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

@ -19,7 +19,7 @@ anyhow = "1"
aquatic_cli_helpers = "0.1.0"
aquatic_common = "0.1.0"
aquatic_udp_protocol = "0.1.0"
crossbeam-channel = "0.4"
crossbeam-channel = "0.5"
hashbrown = "0.9"
histogram = "0.6"
indexmap = "1"