Skip to content

Commit

Permalink
A0-3951: Bump itertools from 0.12.1 to 0.13.0 in the all-rust-deps group
Browse files Browse the repository at this point in the history
Bumps the all-rust-deps group with 1 update: [itertools](https://github.com/rust-itertools/itertools).


Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-rust-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 0567907 commit 78939aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.0", default-features = fa
derivative = "2.2.0"
futures = "0.3"
futures-timer = "3.0"
itertools = "0.12"
itertools = "0.13"
log = "0.4"
parking_lot = "0.12"
rand = "0.8"
Expand Down

0 comments on commit 78939aa

Please sign in to comment.