Update crates

This commit is contained in:
hurl-bot 2023-07-15 03:14:38 +00:00
parent 0efaacc12d
commit 8530b65782
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

@ -214,18 +214,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.11"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.3.11"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
dependencies = [
"anstream",
"anstyle",

View File

@ -21,7 +21,7 @@ strict = []
base64 = "0.21.2"
brotli = "3.3.4"
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
clap = { version = "4.3.11", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.3.12", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.4"
curl = "0.4.44"
curl-sys = "0.4.63"

View File

@ -15,7 +15,7 @@ strict = []
[dependencies]
base64 = "0.21.2"
clap = { version = "4.3.11", features = ["cargo", "wrap_help"] }
clap = { version = "4.3.12", features = ["cargo", "wrap_help"] }
colored = "2.0.4"
hurl_core = { version = "4.1.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.9.1"