chore(deps): bump clap_complete from 4.3.2 to 4.4.0 (#2036)

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.2 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](https://github.com/clap-rs/clap/compare/clap_complete-v4.3.2...clap_complete-v4.4.0)

---
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>
This commit is contained in:
dependabot[bot] 2023-08-27 22:35:29 +00:00 committed by GitHub
parent 0ea83b2633
commit 88b02091f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -704,9 +704,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.3.2"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce"
checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
dependencies = [
"clap",
]

View file

@ -72,7 +72,7 @@ base64 = "^0.21.3"
base64urlsafedata = "0.1.3"
bytes = "^1.3.0"
clap = { version = "^4.3.23", features = ["derive"] }
clap_complete = "^4.3.2"
clap_complete = "^4.4.0"
# Forced by saffron/cron
chrono = "^0.4.26"
compact_jwt = { version = "^0.2.3", default-features = false }