Merge pull request #134 from Frost/dependabot/cargo/clap_complete-4.4.6

Bump clap_complete from 4.4.5 to 4.4.6
This commit is contained in:
Martin Frost 2024-01-09 08:51:44 +01:00 committed by GitHub
commit 7561f8f177
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

@ -101,9 +101,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.5"
version = "4.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b"
checksum = "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd"
dependencies = [
"clap",
]