Skip to content

Commit 037fd17

Browse files
build(deps): bump clap from 4.5.32 to 4.5.34 in the cargo-crates group
Bumps the cargo-crates group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.32 to 4.5.34 - [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.32...clap_complete-v4.5.34) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ecc8b2 commit 037fd17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
[dependencies]
1919
# cli deps
2020
anyhow = "1.0.97"
21-
clap = { version = "4.5.32", features = ["derive"] }
21+
clap = { version = "4.5.34", features = ["derive"] }
2222
tracing-appender = "0.2"
2323
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
2424
tracing-tree = "0.4"

0 commit comments

Comments
 (0)