Skip to content

Commit 1186956

Browse files
chore(deps): bump the cargo group across 1 directory with 4 updates
Bumps the cargo group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [anyhow](https://github.com/dtolnay/anyhow), [rayon](https://github.com/rayon-rs/rayon) and [image](https://github.com/image-rs/image). Updates `clap` from 4.5.54 to 4.5.60 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.54...clap_complete-v4.5.60) Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `rayon` from 1.11.0 to 1.12.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0) Updates `image` from 0.25.9 to 0.25.10 - [Changelog](https://github.com/image-rs/image/blob/v0.25.10/CHANGES.md) - [Commits](image-rs/image@v0.25.9...v0.25.10) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: image dependency-version: 0.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rayon dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ec5293 commit 1186956

2 files changed

Lines changed: 26 additions & 41 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hex = "0.4"
2121
# SHAKE256 implementation
2222
tiny-keccak = { version = "2.0", features = ["shake"] }
2323
# CLI argument parsing
24-
clap = { version = "4.4", features = ["derive"] }
24+
clap = { version = "4.5", features = ["derive"] }
2525
# CSV handling
2626
csv = "1.3"
2727
# Serialization
@@ -36,7 +36,7 @@ walkdir = "2.5"
3636
anyhow = "1.0"
3737
thiserror = "1.0"
3838
# Parallel processing
39-
rayon = "1.10"
39+
rayon = "1.12"
4040
# Progress indication
4141
indicatif = "0.17"
4242
# Image processing for diff compression

0 commit comments

Comments
 (0)