Skip to content

Commit d0aa382

Browse files
fix(deps): update rust crate itertools to 0.14
1 parent 95b4d26 commit d0aa382

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exclude = [
1818
]
1919

2020
[dependencies]
21-
itertools = { version = "0.13", default-features = false }
21+
itertools = { version = "0.14", default-features = false }
2222
unicode-segmentation = { version = "1", default-features = false }
2323
unicode-width = "0.2"
2424

0 commit comments

Comments
 (0)