Update crates

This commit is contained in:
hurl-bot 2023-09-13 03:01:44 +00:00
parent 1867c410ac
commit 0d79aa9e71
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

@ -216,9 +216,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.2"
version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
dependencies = [
"clap_builder",
]

View File

@ -20,7 +20,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.21.4"
brotli = "3.3.4"
chrono = { version = "0.4.30", default-features = false, features = ["clock"] }
clap = { version = "4.4.2", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.4.3", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.4"
curl = "0.4.44"
curl-sys = "0.4.65"

View File

@ -15,7 +15,7 @@ strict = []
[dependencies]
base64 = "0.21.4"
clap = { version = "4.4.2", features = ["cargo", "wrap_help"] }
clap = { version = "4.4.3", features = ["cargo", "wrap_help"] }
colored = "2.0.4"
hurl_core = { version = "4.1.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.9.5"