From 1fa10f0a0be445f551c36693675b1c19a0da2561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 17 Dec 2018 09:28:36 +0900 Subject: [PATCH] Update itertools requirement from 0.7 to 0.8 (#453) 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.8.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 4d1a9c45e..558ce4607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" num_cpus = "1.2" -itertools = "0.7" +itertools = "0.8" levenshtein_automata = {version="0.1", features=["fst_automaton"]} bit-set = "0.5" uuid = { version = "0.7", features = ["v4", "serde"] }