Skip to content

Commit a6e2684

Browse files
build(deps): bump clap from 4.5.28 to 4.5.29
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.28 to 4.5.29. - [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.28...clap_complete-v4.5.29) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0bf256 commit a6e2684

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
@@ -13,7 +13,7 @@ rust-version = "1.74"
1313

1414
[dependencies]
1515
anyhow = { version = "1.0.95", features = ["std"], default-features = false }
16-
clap = { version = "4.5.28", features = ["std", "derive", "help"], default-features = false }
16+
clap = { version = "4.5.29", features = ["std", "derive", "help"], default-features = false }
1717
kamadak-exif = { version = "0.6.1", default-features = false }
1818
tempfile = { version = "3.16.0", default-features = false }
1919
funcfmt = { version = "0.3.0", default-features = false }

0 commit comments

Comments
 (0)