mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-26 13:10:41 +00:00
Update itertools requirement to 0.7.8 (#346)
* Update itertools requirement to 0.7.8 Updates the requirements on [itertools](https://github.com/bluss/rust-itertools) to permit the latest version. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Commits](https://github.com/bluss/rust-itertools/commits/0.7.8) Signed-off-by: dependabot[bot] <support@dependabot.com> * Update Cargo.toml
This commit is contained in:
committed by
Paul Masurel
parent
8faee143fa
commit
fa22b4041a
@@ -30,7 +30,7 @@ serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
num_cpus = "1.2"
|
||||
itertools = "0.5.9"
|
||||
itertools = "0.7"
|
||||
levenshtein_automata = {version="0.1", features=["fst_automaton"]}
|
||||
bit-set = "0.4.0"
|
||||
uuid = { version = "0.6", features = ["v4", "serde"] }
|
||||
|
||||
Reference in New Issue
Block a user