Skip to content

Commit

Permalink
Merge pull request #822 from crate-ci/renovate/itertools-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate itertools to 0.11
  • Loading branch information
epage authored Sep 1, 2023
2 parents bd59923 + f4171e7 commit 67ca12a
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 17 deletions.
29 changes: 19 additions & 10 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 crates/codespell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
unicase = "2.7"
itertools = "0.10"
itertools = "0.11"
codegenrs = "2.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.12", features = ["path"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/misspell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
unicase = "2.7"
itertools = "0.10"
itertools = "0.11"
codegenrs = "2.0"
regex = "1"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ content_inspector = "0.2.4"
unicode-segmentation = "1.10.1"
derive_more = "0.99.17"
derive_setters = "0.1"
itertools = "0.10"
itertools = "0.11"
serde_json = "1.0"
kstring = { version = "2.0.0", features = ["serde"] }
typed-arena = "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
csv = "1.2"
itertools = "0.10"
itertools = "0.11"
edit-distance = "2.1"
unicase = "2.7"
codegenrs = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-vars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ varcon-core = { version = "^4.0", path = "../varcon-core", features = ["flags"]
typos = { version = "^0.10", path = "../typos" }
unicase = "2.7"
codegenrs = "2.0"
itertools = "0.10"
itertools = "0.11"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.12", features = ["path"] }
2 changes: 1 addition & 1 deletion crates/typos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ unicode-xid = "0.2.4"
once_cell = "1.18.0"
serde = { version = "1.0", features = ["derive"] }
simdutf8 = "0.1.4"
itertools = "0.10"
itertools = "0.11"
unicode-segmentation = "1.10.1"
bstr = "1.6"
2 changes: 1 addition & 1 deletion crates/wikipedia-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
unicase = "2.7"
itertools = "0.10"
itertools = "0.11"
codegenrs = "2.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.12", features = ["path"] }

0 comments on commit 67ca12a

Please sign in to comment.