fix(deps): update rust crate clap to 3.1.17

This commit is contained in:
Renovate Bot 2022-05-06 18:18:43 +00:00
parent 0ac965efd0
commit 3528c6a5bd
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -109,9 +109,9 @@ checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
[[package]]
name = "clap"
version = "3.1.16"
version = "3.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f52d4f8e4a1419219935762e32913b4430f37cb0c0200ad17a89ee18c0188a9f"
checksum = "47582c09be7c8b32c0ab3a6181825ababb713fde6fff20fc573a3870dd45c6a0"
dependencies = [
"atty",
"bitflags",

View File

@ -15,7 +15,7 @@ include = ["src/**/*", "../LICENSE-*", "README.md"]
[dependencies]
chrono = "0.4.19"
clap = { version = "3.1.16", features = ["color", "derive"] }
clap = { version = "3.1.17", features = ["color", "derive"] }
color-eyre = { version = "0.6.1", default-features = false }
comfy-table = "5.0.1"
healthchecks = { path = "../healthchecks", version = "^3.0.4"}

View File

@ -14,7 +14,7 @@ include = ["src/**/*", "../LICENSE-*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.1.16", features = ["color", "derive"] }
clap = { version = "3.1.17", features = ["color", "derive"] }
color-eyre = { version = "0.6.1", default-features = false }
healthchecks = { path = "../healthchecks", version = "^3.0.4"}
subprocess = "0.2.8"