Merge pull request #62 from Frost/dependabot/cargo/clap_complete-4.2.1

Bump clap_complete from 4.2.0 to 4.2.1
This commit is contained in:
Martin Frost 2023-04-25 08:23:24 +02:00 committed by GitHub
commit 92a8f05c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -98,9 +98,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "4.2.0" version = "4.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd" checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
dependencies = [ dependencies = [
"clap", "clap",
] ]