Skip to content

Commit

Permalink
Update itertools requirement from 0.10 to 0.13 in /task-maker-exec
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 26249bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task-maker-exec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tempfile = "3.3"
# Resolve executable names in $PATH
which = "4.2"
# General iterator utilities
itertools = "0.10"
itertools = "0.13"
# defer! macro
scopeguard = "1.0"
# Sandbox
Expand Down

0 comments on commit 26249bd

Please sign in to comment.