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.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

Updates `clap_complete` from 4.5.36 to 4.5.38
- [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.36...clap_complete-v4.5.38)

---
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 Nov 18, 2024
1 parent 2a07a48 commit cf6c81f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ opt-level = "z"
codegen-units = 1

[build-dependencies]
clap = { version = "4.5.20", features = ["derive"] }
clap_complete = "4.5.36"
clap = { version = "4.5.21", features = ["derive"] }
clap_complete = "4.5.38"

[dependencies]
anyhow = "1.0.91"
Expand All @@ -46,7 +46,7 @@ url = "2.5.2"
xmltree = "0.11.0"
xml-rs = "0.8.22"
# cli
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
# web
base64 = "0.22.1"
sha2 = "0.10.8"
Expand Down

0 comments on commit cf6c81f

Please sign in to comment.