build(deps): bump clap_complete from 4.4.8 to 4.4.9 (#606)

This commit is contained in:
dependabot[bot] 2024-01-22 23:44:02 +00:00 committed by GitHub
parent 8328be8ee0
commit 43f983170e
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

@ -243,9 +243,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.8"
version = "4.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf7dcb7c21d8ca1a2482ee0f1d341f437c9a7af6ca6da359dc5e1b164e98215"
checksum = "df631ae429f6613fcd3a7c1adbdb65f637271e561b03680adaa6573015dfb106"
dependencies = [
"clap",
]

View File

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