From 5a5c5a8ca5def0d61d435b7d74ae92fde991f45d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 31 Jul 2018 09:31:41 +0900 Subject: [PATCH] Update bit-set requirement to 0.5.0 (#351) * Update bit-set requirement to 0.5.0 Updates the requirements on [bit-set](https://github.com/contain-rs/bit-set) to permit the latest version. - [Release notes](https://github.com/contain-rs/bit-set/releases) - [Commits](https://github.com/contain-rs/bit-set/commits) Signed-off-by: dependabot[bot] * Update Cargo.toml * Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index def19ef04..f9cd9dd5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1.0" num_cpus = "1.2" itertools = "0.7" levenshtein_automata = {version="0.1", features=["fst_automaton"]} -bit-set = "0.4.0" +bit-set = "0.5" uuid = { version = "0.6", features = ["v4", "serde"] } chan = "0.1" crossbeam = "0.3"