Skip to content

Commit

Permalink
chore(deps): Update Rust crate itertools to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 20ab9e2 commit 2e9eeea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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/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.11.0"
derive_more = { version = "1.0", features = ["from", "display"] }
derive_setters = "0.1"
itertools = "0.13"
itertools = "0.14"
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.3", path = "../dictgen", features = ["map"] }

[dev-dependencies]
csv = "1.3"
itertools = "0.13"
itertools = "0.14"
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 @@ -24,7 +24,7 @@ varcon = { version = "^1.0", path = "../varcon", features = ["flags"] }
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
typos = { version = "^0.10", path = "../typos" }
codegenrs = "3.0"
itertools = "0.13"
itertools = "0.14"
dictgen = { version = "^0.3", 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 @@ -20,7 +20,7 @@ winnow = "0.6.7"
unicode-xid = "0.2.4"
serde = { version = "1.0", features = ["derive"] }
simdutf8 = "0.1.4"
itertools = "0.13"
itertools = "0.14"
bstr = "1.9"

[lints]
Expand Down

0 comments on commit 2e9eeea

Please sign in to comment.