From b8d3190ce9cf21ec65942c19abc187dc672988bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 03:40:45 +0000 Subject: [PATCH] chore(deps): bump itertools from 0.9.0 to 0.10.0 Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.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.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/codespell-dict/codegen/Cargo.toml | 2 +- crates/misspell-dict/codegen/Cargo.toml | 2 +- crates/typos-dict/verify/Cargo.toml | 2 +- crates/typos-vars/codegen/Cargo.toml | 2 +- crates/typos/Cargo.toml | 2 +- crates/wikipedia-dict/codegen/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd89f8d83..ce8eba339 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,9 +607,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" +checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 081aa7e26..44913917c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ content_inspector = "0.2.4" unicode-segmentation = "1.6.0" derive_more = "0.99.11" derive_setters = "0.1" -itertools = "0.9" +itertools = "0.10" serde_json = "1.0" encoding = "0.2" diff --git a/crates/codespell-dict/codegen/Cargo.toml b/crates/codespell-dict/codegen/Cargo.toml index 7273ec72e..674f17f12 100644 --- a/crates/codespell-dict/codegen/Cargo.toml +++ b/crates/codespell-dict/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.9" +itertools = "0.10" codegenrs = "0.1" structopt = "0.3" diff --git a/crates/misspell-dict/codegen/Cargo.toml b/crates/misspell-dict/codegen/Cargo.toml index 65ee70ba2..b9204cac2 100644 --- a/crates/misspell-dict/codegen/Cargo.toml +++ b/crates/misspell-dict/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.9" +itertools = "0.10" codegenrs = "0.1" structopt = "0.3" regex = "1" diff --git a/crates/typos-dict/verify/Cargo.toml b/crates/typos-dict/verify/Cargo.toml index d13f2c9c9..1eed64e30 100644 --- a/crates/typos-dict/verify/Cargo.toml +++ b/crates/typos-dict/verify/Cargo.toml @@ -20,5 +20,5 @@ unicase = "2.5" codegenrs = "0.1" structopt = "0.3" varcon = { version = "0.2", path = "../../varcon" } -itertools = "0.9" +itertools = "0.10" edit-distance = "2.1" diff --git a/crates/typos-vars/codegen/Cargo.toml b/crates/typos-vars/codegen/Cargo.toml index a26b2e8e8..b957bcd1b 100644 --- a/crates/typos-vars/codegen/Cargo.toml +++ b/crates/typos-vars/codegen/Cargo.toml @@ -27,4 +27,4 @@ clap = "2" log = "0.4" env_logger = "0.7" clap-verbosity-flag = "0.3" -itertools = "0.9" +itertools = "0.10" diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index a128a7c35..8122b90ac 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -20,6 +20,6 @@ thiserror = "1.0" regex = "1.3" once_cell = "1.2.0" serde = { version = "1.0", features = ["derive"] } -itertools = "0.9" +itertools = "0.10" log = "0.4" unicode-segmentation = "1.7.1" diff --git a/crates/wikipedia-dict/codegen/Cargo.toml b/crates/wikipedia-dict/codegen/Cargo.toml index 50dd6222f..6b191ad6b 100644 --- a/crates/wikipedia-dict/codegen/Cargo.toml +++ b/crates/wikipedia-dict/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.9" +itertools = "0.10" codegenrs = "0.1" structopt = "0.3"