Skip to content

Commit 05f8f36

Browse files
Bump the clap group with 2 updates (#1287)
Bumps the clap group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.4.18 to 4.5.3 - [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.4.18...v4.5.3) Updates `clap_complete` from 4.4.10 to 4.5.1 - [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.4.10...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: clap - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor dependency-group: clap ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 664f2a9 commit 05f8f36

File tree

2 files changed

+29
-23
lines changed

2 files changed

+29
-23
lines changed

Cargo.lock

Lines changed: 27 additions & 21 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
@@ -25,7 +25,7 @@ repository = "https://github.com/o2sh/onefetch"
2525
[workspace.dependencies]
2626
owo-colors = "3.5.0"
2727
anyhow = "1.0"
28-
clap = { version = "4.4.18", features = ["derive"] }
28+
clap = { version = "4.5.3", features = ["derive"] }
2929
image = "0.24.7"
3030
strum = { version = "0.25.0", features = ["derive"] }
3131

@@ -35,7 +35,7 @@ askalono = "0.4.6"
3535
byte-unit = "5.1.2"
3636
bytecount = "0.6.7"
3737
clap.workspace = true
38-
clap_complete = "4.4.10"
38+
clap_complete = "4.5.1"
3939
crossbeam-channel = "0.5.9"
4040
gix = { version = "0.60.0", default-features = false, features = [
4141
"max-performance-safe",

0 commit comments

Comments
 (0)