Skip to content

Commit f9025b2

Browse files
dependabot[bot]jwodder
authored andcommitted
[cargo](deps): Bump clap from 4.0.19 to 4.0.23
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.19 to 4.0.23. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.0.19...v4.0.23) --- 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 fd2736c commit f9025b2

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
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
1212
exclude = ["/.*"]
1313

1414
[dependencies]
15-
clap = { version = "4.0.19", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
15+
clap = { version = "4.0.23", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
1616

1717
[dev-dependencies]
1818
rstest = { version = "0.15.0", default-features = false }

0 commit comments

Comments
 (0)