Skip to content

Commit 65ba0f1

Browse files
Bump clap from 4.1.6 to 4.2.4 (#1027)
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.2.4. - [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.1.6...v4.2.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15db605 commit 65ba0f1

File tree

3 files changed

+25
-44
lines changed

3 files changed

+25
-44
lines changed

Cargo.lock

Lines changed: 23 additions & 42 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
@@ -21,7 +21,7 @@ anyhow = "1.0"
2121
askalono = "0.4.6"
2222
byte-unit = "4.0.19"
2323
bytecount = "0.6.3"
24-
clap = { version = "4.1.6", features = ["derive"] }
24+
clap = { version = "4.2.4", features = ["derive"] }
2525
clap_complete = "4.1.4"
2626
gix-features-for-configuration-only = { package = "gix-features", version = "0.29.0", features = [
2727
"zlib-ng",

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/o2sh/onefetch"
1010

1111
[dependencies]
1212
anyhow = "1.0"
13-
clap = { version = "4.1.6", features = ["derive"] }
13+
clap = { version = "4.2.4", features = ["derive"] }
1414
image = "0.24.6"
1515

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

0 commit comments

Comments
 (0)