Update clap 3.1.18.

This commit is contained in:
jcamiel 2022-05-11 14:32:39 +02:00 committed by jcamiel
parent 9b81ac1a95
commit 5c318c2656
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

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

View File

@ -21,7 +21,7 @@ atty = "0.2.14"
base64 = "0.13.0"
brotli = "3.3.4"
chrono = "0.4.19"
clap = { version = "3.1.17", features = ["cargo"] }
clap = { version = "3.1.18", features = ["cargo"] }
colored = "2.0.0"
curl = "0.4.43"
encoding = "0.2.33"

View File

@ -16,7 +16,7 @@ strict = []
[dependencies]
atty = "0.2.14"
base64 = "0.13.0"
clap = { version = "3.1.17", features = ["cargo"] }
clap = { version = "3.1.18", features = ["cargo"] }
colored = "2.0.0"
hurl_core = { version = "1.7.0-snapshot", path = "../hurl_core" }
regex = "1.5.5"