From e12b0f0f689de2239f6535aeb82407af867de952 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 08:49:45 +0000 Subject: [PATCH] chore(deps): bump itertools from 0.8.2 to 0.9.0 Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.8.2 to 0.9.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/rust-itertools/compare/v0.8.2...v0.9.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- dict/codespell/codegen/Cargo.toml | 2 +- dict/misspell/codegen/Cargo.toml | 2 +- dict/wikipedia/codegen/Cargo.toml | 2 +- typos/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0329a64..3a5fd13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,9 +339,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.8.2" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" +checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" dependencies = [ "either", ] diff --git a/dict/codespell/codegen/Cargo.toml b/dict/codespell/codegen/Cargo.toml index 69ceaee..7273ec7 100644 --- a/dict/codespell/codegen/Cargo.toml +++ b/dict/codespell/codegen/Cargo.toml @@ -18,6 +18,6 @@ codecov = { repository = "crate-ci/typos" } phf = { version = "0.8", features = ["unicase"] } phf_codegen = "0.8" unicase = "2.5" -itertools = "0.8" +itertools = "0.9" codegenrs = "0.1" structopt = "0.3" diff --git a/dict/misspell/codegen/Cargo.toml b/dict/misspell/codegen/Cargo.toml index 529300c..65ee70b 100644 --- a/dict/misspell/codegen/Cargo.toml +++ b/dict/misspell/codegen/Cargo.toml @@ -18,7 +18,7 @@ codecov = { repository = "crate-ci/typos" } phf = { version = "0.8", features = ["unicase"] } phf_codegen = "0.8" unicase = "2.5" -itertools = "0.8" +itertools = "0.9" codegenrs = "0.1" structopt = "0.3" regex = "1" diff --git a/dict/wikipedia/codegen/Cargo.toml b/dict/wikipedia/codegen/Cargo.toml index 439d1ae..50dd622 100644 --- a/dict/wikipedia/codegen/Cargo.toml +++ b/dict/wikipedia/codegen/Cargo.toml @@ -18,6 +18,6 @@ codecov = { repository = "crate-ci/typos" } phf = { version = "0.8", features = ["unicase"] } phf_codegen = "0.8" unicase = "2.5" -itertools = "0.8" +itertools = "0.9" codegenrs = "0.1" structopt = "0.3" diff --git a/typos/Cargo.toml b/typos/Cargo.toml index 37e9667..3540f17 100644 --- a/typos/Cargo.toml +++ b/typos/Cargo.toml @@ -21,7 +21,7 @@ regex = "1.3" lazy_static = "1.2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -itertools = "0.8" +itertools = "0.9" bstr = "0.2" log = "0.4" unicode-segmentation = "1.6.0"