Skip to content

Commit

Permalink
Merge pull request #1022 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.13
  • Loading branch information
epage committed Jun 4, 2024
2 parents 19cbc79 + 7ac459c commit d9da472
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 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 @@ -22,7 +22,7 @@ dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
unicase = "2.7"
itertools = "0.12"
itertools = "0.13"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.6.5"
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.12"
itertools = "0.13"
codegenrs = "3.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 @@ -62,7 +62,7 @@ content_inspector = "0.2.4"
unicode-segmentation = "1.11.0"
derive_more = "0.99.17"
derive_setters = "0.1"
itertools = "0.12"
itertools = "0.13"
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 @@ -21,7 +21,7 @@ dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
csv = "1.3"
itertools = "0.12"
itertools = "0.13"
edit-distance = "2.1"
unicase = "2.7"
codegenrs = "3.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 @@ -26,7 +26,7 @@ varcon-core = { version = "^4.0", path = "../varcon-core", features = ["flags"]
typos = { version = "^0.10", path = "../typos" }
unicase = "2.7"
codegenrs = "3.0"
itertools = "0.12"
itertools = "0.13"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.6.5"

Expand Down
2 changes: 1 addition & 1 deletion crates/typos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unicode-xid = "0.2.4"
once_cell = "1.19.0"
serde = { version = "1.0", features = ["derive"] }
simdutf8 = "0.1.4"
itertools = "0.12"
itertools = "0.13"
unicode-segmentation = "1.11.0"
bstr = "1.9"

Expand Down
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.12"
itertools = "0.13"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.6.5"
Expand Down

0 comments on commit d9da472

Please sign in to comment.