mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-03 17:10:48 +00:00
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:
committed by
Paul Masurel
parent
1b470dd474
commit
5a5c5a8ca5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user