Update crossbeam requirement from 0.4 to 0.5 (#438)

Updates the requirements on [crossbeam](https://github.com/crossbeam-rs/crossbeam) to permit the latest version.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/commits/crossbeam-0.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-11-15 06:16:22 +09:00
committed by Paul Masurel
parent edcafb69bb
commit 236cfbec08

View File

@@ -33,7 +33,7 @@ itertools = "0.7"
levenshtein_automata = {version="0.1", features=["fst_automaton"]}
bit-set = "0.5"
uuid = { version = "0.7", features = ["v4", "serde"] }
crossbeam = "0.4"
crossbeam = "0.5"
crossbeam-channel = "0.2"
futures = "0.1"
futures-cpupool = "0.1"