Skip to content

Commit

Permalink
Bump the clap group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the clap group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.17 to 4.5.19
- [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.5.17...clap_complete-v4.5.19)

Updates `clap_complete` from 4.5.28 to 4.5.32
- [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.5.28...clap_complete-v4.5.32)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent accc781 commit 9df2e9a
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 @@ -11,7 +11,7 @@ members = ["ascii", "image", "manifest"]
[workspace.dependencies]
owo-colors = "3.5.0"
anyhow = "1.0"
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.19", features = ["derive"] }
image = "0.24.9"
strum = { version = "0.26.3", features = ["derive"] }

Expand All @@ -34,7 +34,7 @@ anyhow.workspace = true
askalono = "0.4.6"
byte-unit = "5.1.4"
clap.workspace = true
clap_complete = "4.5.26"
clap_complete = "4.5.32"
crossbeam-channel = "0.5.13"
gix = { version = "0.66.0", default-features = false, features = [
"max-performance-safe",
Expand Down

0 comments on commit 9df2e9a

Please sign in to comment.