Skip to content

Commit 9911f49

Browse files
build(deps): bump clap from 4.2.5 to 4.2.7
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.5 to 4.2.7. - [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.2.5...v4.2.7) --- 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 64da686 commit 9911f49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ xdg = "2.5.0"
6363
zip = "0.6.4"
6464

6565
[dependencies.clap]
66-
version = "4.2.5"
66+
version = "4.2.7"
6767
features = ["cargo", "derive", "unicode", "wrap_help"]
6868

6969
[dependencies.rustyline]
@@ -76,7 +76,7 @@ version = "1.28.0"
7676
features = ["macros", "process", "rt-multi-thread"]
7777

7878
[build-dependencies]
79-
clap = { version = "4.2.5", features = ["derive"] }
79+
clap = { version = "4.2.7", features = ["derive"] }
8080
clap_complete = "4.2.1"
8181
clap_mangen = "0.2.10"
8282

0 commit comments

Comments
 (0)