Skip to content

Commit

Permalink
Bump the clap group with 2 updates
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.0.18 to 4.4.0
- [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.0.18...clap_complete-v4.4.0)

Updates `clap_complete` from 4.0.3 to 4.4.0
- [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.0.3...clap_complete-v4.4.0)

---
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]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 5989e30 commit b838ad1
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 63 deletions.
140 changes: 79 additions & 61 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 @@ -28,8 +28,8 @@ anyhow = "1.0.75"
log = "0.4.17"
env_logger = "0.10.0"
serde_json = "1.0.82"
clap = { version = "4.0", features = ["cargo", "derive"] }
clap_complete = "4.0"
clap = { version = "4.4", features = ["cargo", "derive"] }
clap_complete = "4.4"
quote = "1.0.33"
serde = { version = "1.0.130", features = ["derive"] }
serde_yaml = "0.8.26"
Expand Down

0 comments on commit b838ad1

Please sign in to comment.