Update crates

This commit is contained in:
hurl-bot 2023-01-25 08:05:38 +00:00
parent e49785788c
commit a9e7b85262
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.1.3"
version = "4.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8d93d855ce6a0aa87b8473ef9169482f40abaa2e9e0993024c35c902cbd5920"
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
dependencies = [
"bitflags",
"clap_lex",

View File

@ -21,7 +21,7 @@ atty = "0.2.14"
base64 = "0.21.0"
brotli = "3.3.4"
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
clap = { version = "4.1.3", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.1.4", 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.21.0"
clap = { version = "4.1.3", features = ["cargo", "wrap_help"] }
clap = { version = "4.1.4", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "2.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.1"