chore(deps): bump clap_complete from 4.5.47 to 4.5.48 (#747)

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.48.
- [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.47...clap_complete-v4.5.48)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-30 09:13:03 +02:00 committed by GitHub
parent f87ff6740b
commit 177fed3622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -182,9 +182,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.47"
version = "4.5.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
checksum = "be8c97f3a6f02b9e24cadc12aaba75201d18754b53ea0a9d99642f806ccdb4c9"
dependencies = [
"clap",
]

View file

@ -16,7 +16,7 @@ beef = "0.5.2"
bitflags = "1.3.2"
chrono = "0.4.40"
clap = "4.5.37"
clap_complete = "4.5.47"
clap_complete = "4.5.48"
clap_complete_fig = "4.5.2"
clap_complete_nushell = "4.5.5"
clap_mangen = "0.2.26"