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] <support@dependabot.com>

* Update Cargo.toml

* Update Cargo.toml
This commit is contained in:
dependabot[bot]
2018-07-31 09:31:41 +09:00
committed by Paul Masurel
parent 1b470dd474
commit 5a5c5a8ca5

View File

@@ -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"