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

@ -20,7 +20,7 @@ anyhow = "1"
aquatic_cli_helpers = "0.1.0"
aquatic_common = "0.1.0"
aquatic_ws_protocol = "0.1.0"
crossbeam-channel = "0.4"
crossbeam-channel = "0.5"
either = "1"
hashbrown = { version = "0.9", features = ["serde"] }
histogram = "0.6"