Skip to content

Commit b32eb1e

Browse files
Merge branch 'main' into dependabot/cargo/rand-0.10.1
2 parents a49e57b + e931224 commit b32eb1e

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)