Merge pull request #372 from nix-community/dependabot/cargo/clap_complete-4.4.7

build(deps): bump clap_complete from 4.4.4 to 4.4.7
This commit is contained in:
figsoda 2024-01-16 21:11:57 -05:00 committed by GitHub
commit e69b33aa8b
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

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

View File

@ -77,7 +77,7 @@ features = ["macros", "process", "rt-multi-thread"]
[build-dependencies]
clap = { version = "4.4.17", features = ["derive"] }
clap_complete = "4.4.4"
clap_complete = "4.4.7"
clap_mangen = "0.2.16"
[dev-dependencies]