From 236cfbec08e1ddbeddfc39b05ab1657496a1feaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 15 Nov 2018 06:16:22 +0900 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0550b0446..9dc8a2081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"