Merge pull request #58 from nix-community/dependabot/cargo/clap_complete-4.1.5

This commit is contained in:
figsoda 2023-03-17 12:18:49 -04:00 committed by GitHub
commit 463f013b99
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

@ -157,9 +157,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.1.4"
version = "4.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501ff0a401473ea1d4c3b125ff95506b62c5bc5768d818634195fbb7c4ad5ff4"
checksum = "37686beaba5ac9f3ab01ee3172f792fc6ffdd685bfb9e63cfef02c0571a4e8e1"
dependencies = [
"clap",
]

View File

@ -32,7 +32,7 @@ features = ["cargo", "derive", "unicode", "wrap_help"]
[build-dependencies]
clap = { version = "4.1.9", features = ["derive"] }
clap_complete = "4.1.4"
clap_complete = "4.1.5"
clap_mangen = "0.2.10"
[dev-dependencies]