Merge pull request #492 from ouch-org/dependabot/cargo/clap_complete-4.4.0

This commit is contained in:
figsoda 2023-08-24 20:07:15 -04:00 committed by GitHub
commit a93c2cf392
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

@ -227,9 +227,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

@ -40,7 +40,7 @@ is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.3.24", features = ["derive", "env", "string"] }
clap_complete = "4.3.2"
clap_complete = "4.4.0"
clap_mangen = "0.2.12"
[dev-dependencies]