Update crates

This commit is contained in:
hurl-bot 2022-11-29 13:07:15 +00:00
parent 4582c5a4fc
commit 3f2397e6eb
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -153,9 +153,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.28"
version = "4.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f94eecf2f2d0e0220737d9e6d8530da1e903b97dde58ebaf749262e85ce133c9"
checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
dependencies = [
"bitflags",
"clap_lex",

View File

@ -21,7 +21,7 @@ atty = "0.2.14"
base64 = "0.13.1"
brotli = "3.3.4"
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
clap = { version = "4.0.28", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.0.29", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.0"
curl = "0.4.44"
encoding = "0.2.33"

View File

@ -16,7 +16,7 @@ strict = []
[dependencies]
atty = "0.2.14"
base64 = "0.13.1"
clap = { version = "4.0.28", features = ["cargo", "wrap_help"] }
clap = { version = "4.0.29", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "1.9.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.0"