Skip to content

Commit 60f9842

Browse files
A0-3951: Bump the all-rust-deps group across 1 directory with 3 updates
Bumps the all-rust-deps group with 3 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [itertools](https://github.com/rust-itertools/itertools) and [thiserror](https://github.com/dtolnay/thiserror). Updates `anyhow` from 1.0.83 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.83...1.0.86) 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) Updates `thiserror` from 1.0.60 to 1.0.61 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.60...1.0.61) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0567907 commit 60f9842

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

consensus/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.0", default-features = fa
2121
derivative = "2.2.0"
2222
futures = "0.3"
2323
futures-timer = "3.0"
24-
itertools = "0.12"
24+
itertools = "0.13"
2525
log = "0.4"
2626
parking_lot = "0.12"
2727
rand = "0.8"

0 commit comments

Comments
 (0)