Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.14 (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 3ef2465 commit 6aadac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["src/**/*", "examples/**/*", "README.md", "CHANGELOG.md", "LICENSE"]
[dependencies]
console = "0.15"
fuzzy-matcher = "0.3"
itertools = "0.13"
itertools = "0.14"
once_cell = "1"
signal-hook = "0.3"
termcolor = "1"
Expand Down

0 comments on commit 6aadac2

Please sign in to comment.