Update crates

This commit is contained in:
hurl-bot 2024-03-26 03:01:46 +00:00
parent 3f5316d5f9
commit a50f128599
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -109,9 +109,9 @@ dependencies = [
[[package]]
name = "autocfg"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
[[package]]
name = "base64"
@ -208,9 +208,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.3"
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813"
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
dependencies = [
"clap_builder",
]

View File

@ -20,7 +20,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.22.0"
brotli = "3.5.0"
chrono = { version = "0.4.35", default-features = false, features = ["clock"] }
clap = { version = "4.5.3", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.5.4", features = ["cargo", "string", "wrap_help"] }
colored = "2.1.0"
curl = "0.4.46"
curl-sys = "0.4.72"

View File

@ -12,7 +12,7 @@ rust-version = "1.73.0"
[dependencies]
base64 = "0.22.0"
clap = { version = "4.5.3", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.4", features = ["cargo", "wrap_help"] }
colored = "2.1.0"
hurl_core = { version = "4.3.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.10.4"