Merge pull request #526 from ouch-org/dependabot/cargo/clap_complete-4.4.2

build(deps): bump clap_complete from 4.4.1 to 4.4.2
This commit is contained in:
figsoda 2023-09-25 20:13:58 -04:00 committed by GitHub
commit ceaa8b876c
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

@ -225,9 +225,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.1"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
checksum = "8baeccdb91cd69189985f87f3c7e453a3a451ab5746cf3be6acc92120bd16d24"
dependencies = [
"clap",
]

View File

@ -39,7 +39,7 @@ is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.4.4", features = ["derive", "env", "string"] }
clap_complete = "4.4.1"
clap_complete = "4.4.2"
clap_mangen = "0.2.14"
[dev-dependencies]