Skip to content

Commit 9c2f60d

Browse files
Bump clap from 4.5.60 to 4.6.0 (#28)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0. - [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.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ada9d67 commit 9c2f60d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ all-formats = ["html", "markdown"]
2525
aho-corasick = "1.1.4"
2626
anyhow = "1.0.102"
2727
askama = { version = "0.15.4", optional = true }
28-
clap = { version = "4.5.60", default-features = false, features = ["std", "derive", "help", "usage", "wrap_help"] }
28+
clap = { version = "4.6.0", default-features = false, features = ["std", "derive", "help", "usage", "wrap_help"] }
2929
clap_complete = "4.5.66"
3030
encoding_rs = "0.8.35"
3131
globset = "0.4.18"

0 commit comments

Comments
 (0)