Skip to content

Commit 97237b6

Browse files
rust/wasm-checksum(deps): bump clap in /tools/checksum_updater_wasm (#295)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.53 to 4.5.54. - [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.53...clap_complete-v4.5.54) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99ce20e commit 97237b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tools/checksum_updater_wasm/Cargo.lock

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

tools/checksum_updater_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sha2 = "0.10"
2828
# Future: consider wstd when it matures
2929

3030
# CLI (for component interface)
31-
clap = { version = "4.5.51", features = ["derive"] }
31+
clap = { version = "4.5.54", features = ["derive"] }
3232

3333
# Tracing for WASI
3434
tracing = "0.1"

0 commit comments

Comments
 (0)