Merge pull request #193 from Frost/dependabot/cargo/clap_complete-4.5.16

Bump clap_complete from 4.5.12 to 4.5.16
This commit is contained in:
Martin Frost 2024-08-13 17:14:40 +00:00 committed by GitHub
commit e0d23d233a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -101,9 +101,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "4.5.12" version = "4.5.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8670053e87c316345e384ca1f3eba3006fc6355ed8b8a1140d104e109e3df34" checksum = "9c677cd0126f3026d8b093fa29eae5d812fde5c05bc66dbb29d0374eea95113a"
dependencies = [ dependencies = [
"clap", "clap",
] ]