chore(deps): bump clap_complete from 4.5.1 to 4.5.2 in the cargo group

Bumps the cargo group with 1 update: [clap_complete](https://github.com/clap-rs/clap).


Updates `clap_complete` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.1...clap_complete-v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-15 07:43:38 +00:00
committed by Henrik Friedrichsen
parent 7f882ccaee
commit d1ea7b069e
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
clap_mangen = "0.2.20"
clap_complete = "4.5.1"
clap_complete = "4.5.2"
clap = "4.5.4"
[dependencies.ncspot]