Skip to content

Commit

Permalink
chore(deps): bump clap_complete from 4.4.9 to 4.5.1 (#376)
Browse files Browse the repository at this point in the history
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.9 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.9...clap_complete-v4.5.1)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] authored Mar 1, 2024
1 parent f893c7d commit bd477e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rstest = "0.18.2"
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
clap-verbosity-flag = "2.2.0"
clap_complete = "4.4.9"
clap_complete = "4.5.1"
clap_mangen = "0.2.20"
derivative = "2.2.0"
strum = { version = "0.26.1", features = ["derive"] }
Expand Down

0 comments on commit bd477e7

Please sign in to comment.