Skip to content

Commit

Permalink
Update itertools requirement from 0.10 to 0.13 in /task-maker-format
Browse files Browse the repository at this point in the history
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.0...v0.13.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent c9fe1f7 commit bff51fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task-maker-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_yaml = "0.9"
# Generic error utilities
anyhow = { version = "1.0", features = ["backtrace"] }
# General iterator utilities
itertools = "0.10"
itertools = "0.13"
# Utilities for writing to the terminal with colors
termcolor = "1"
# Checks if the terminal supports the colors
Expand Down

0 comments on commit bff51fe

Please sign in to comment.