Skip to content

Commit

Permalink
Update itertools requirement from 0.12 to 0.13 (arkworks-rs#829)
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.12.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcin <marcin.gorny.94@protonmail.com>
  • Loading branch information
dependabot[bot] and mmagician authored Jun 19, 2024
1 parent 6650024 commit 6a352d7
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 @@ -57,7 +57,7 @@ derivative = "2"
digest = { version = "0.10", default-features = false }
hashbrown = "0.14"
hex = "0.4"
itertools = { version = "0.12", default-features = false }
itertools = { version = "0.13", default-features = false }
libtest-mimic = "0.7.0"
paste = "1.0"
rayon = "1"
Expand Down

0 comments on commit 6a352d7

Please sign in to comment.