build(deps): bump clap_complete from 4.4.6 to 4.4.7 (#601)

This commit is contained in:
dependabot[bot] 2024-01-16 13:01:09 +00:00 committed by GitHub
parent f3551214d0
commit f97aff0aa8
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

@ -243,9 +243,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.6"
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd"
checksum = "dfb0d4825b75ff281318c393e8e1b80c4da9fb75a6b1d98547d389d6fe1f48d2"
dependencies = [
"clap",
]

View File

@ -41,7 +41,7 @@ is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.4.16", features = ["derive", "env", "string"] }
clap_complete = "4.4.6"
clap_complete = "4.4.7"
clap_mangen = "0.2.17"
[dev-dependencies]