Skip to content

Commit

Permalink
Merge pull request #191 from crate-ci/dependabot/cargo/itertools-0.10.0
Browse files Browse the repository at this point in the history
chore(deps): bump itertools from 0.9.0 to 0.10.0
  • Loading branch information
epage authored Jan 3, 2021
2 parents 02e8792 + b8d3190 commit 0f437fd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion crates/codespell-dict/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/misspell-dict/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/typos-dict/verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/typos-vars/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ clap = "2"
log = "0.4"
env_logger = "0.7"
clap-verbosity-flag = "0.3"
itertools = "0.9"
itertools = "0.10"
2 changes: 1 addition & 1 deletion crates/typos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/wikipedia-dict/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0f437fd

Please sign in to comment.