Skip to content

Commit

Permalink
Bump the clap group with 2 updates (#1267)
Browse files Browse the repository at this point in the history
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.12 to 4.4.18
- [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.12...v4.4.18)

Updates `clap_complete` from 4.4.5 to 4.4.10
- [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.5...clap_complete-v4.4.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2024
1 parent e6c7c45 commit 657434b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repository = "https://github.com/o2sh/onefetch"
[workspace.dependencies]
owo-colors = "3.5.0"
anyhow = "1.0"
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
image = "0.24.7"
strum = { version = "0.25.0", features = ["derive"] }

Expand All @@ -35,7 +35,7 @@ askalono = "0.4.6"
byte-unit = "5.1.2"
bytecount = "0.6.7"
clap.workspace = true
clap_complete = "4.4.5"
clap_complete = "4.4.10"
crossbeam-channel = "0.5.9"
gix = { version = "0.58.0", default-features = false, features = [
"max-performance-safe",
Expand Down

0 comments on commit 657434b

Please sign in to comment.