Skip to content

Commit 8158e71

Browse files
rust/toolchains(deps): bump clap in /tools-builder/toolchains (#99)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.45 to 4.5.47. - [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.45...clap_complete-v4.5.47) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.47 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 2f73224 commit 8158e71

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tools-builder/toolchains/Cargo.lock

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

tools-builder/toolchains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "src/lib.rs"
1111

1212
[dependencies]
1313
anyhow = "1.0"
14-
clap = { version = "4.0", features = ["derive"] }
14+
clap = { version = "4.5", features = ["derive"] }
1515
env_logger = "0.11"
1616
log = "0.4"
1717

0 commit comments

Comments
 (0)