Merge pull request #590 from ouch-org/dependabot/cargo/clap_complete-4.4.6

build(deps): bump clap_complete from 4.4.5 to 4.4.6
This commit is contained in:
figsoda 2024-01-02 19:43:32 -05:00 committed by GitHub
commit bdb28895ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -243,9 +243,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",
]

View File

@ -41,7 +41,7 @@ is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.4.12", features = ["derive", "env", "string"] }
clap_complete = "4.4.5"
clap_complete = "4.4.6"
clap_mangen = "0.2.16"
[dev-dependencies]