Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.14 (#3926)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate itertools to 0.14

* [autofix.ci] apply automated fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Jan 5, 2025
1 parent 82e3390 commit cde45d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ indenter = "0.3"
indexmap = { version = "2", features = ["serde"] }
indicatif = { version = "0.17", features = ["default", "improved_unicode"] }
indoc = "2"
itertools = "0.13"
itertools = "0.14"
junction = "1"
log = "0.4"
minisign-verify = "0.2"
Expand Down

0 comments on commit cde45d6

Please sign in to comment.