Merge pull request #138 from Frost/dependabot/cargo/clap_complete-4.4.7

This commit is contained in:
Martin Frost 2024-01-16 19:31:45 +01:00 committed by GitHub
commit 703637350f
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.4.6" version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd" checksum = "dfb0d4825b75ff281318c393e8e1b80c4da9fb75a6b1d98547d389d6fe1f48d2"
dependencies = [ dependencies = [
"clap", "clap",
] ]