Skip to content

Commit b2bf5ce

Browse files
Bump clap from 4.0.22 to 4.0.26 (#865)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.26. - [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.22...v4.0.26) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7eca53 commit b2bf5ce

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -20,7 +20,7 @@ anyhow = "1.0.66"
2020
askalono = "0.4.6"
2121
byte-unit = "4.0.14"
2222
bytecount = "0.6.3"
23-
clap = { version = "4.0.22", features = ["derive"] }
23+
clap = { version = "4.0.26", features = ["derive"] }
2424
clap_complete = "4.0.3"
2525
git-features-for-configuration-only = { package = "git-features", version = "0.23.1", features = [
2626
"zlib-ng-compat",

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88

99
[dependencies]
1010
anyhow = "1.0"
11-
clap = "4.0.22"
11+
clap = "4.0.26"
1212
image = "0.24.4"
1313

1414
[target.'cfg(not(windows))'.dependencies]

0 commit comments

Comments
 (0)