Update crates

This commit is contained in:
hurl-bot 2024-01-05 03:01:40 +00:00
parent 907f39b139
commit 06a9063722
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -211,9 +211,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.12"
version = "4.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d"
checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642"
dependencies = [
"clap_builder",
]
@ -270,9 +270,9 @@ dependencies = [
[[package]]
name = "cpufeatures"
version = "0.2.11"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
@ -998,9 +998,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
version = "2.0.47"
version = "2.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1726efe18f42ae774cc644f330953a5e7b3c3003d3edcecf18850fe9d4dd9afb"
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
dependencies = [
"proc-macro2",
"quote",

View File

@ -20,7 +20,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.21.5"
brotli = "3.4.0"
chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
clap = { version = "4.4.12", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.4.13", features = ["cargo", "string", "wrap_help"] }
colored = "2.1.0"
curl = "0.4.44"
curl-sys = "0.4.70"

View File

@ -12,7 +12,7 @@ rust-version = "1.73.0"
[dependencies]
base64 = "0.21.5"
clap = { version = "4.4.12", features = ["cargo", "wrap_help"] }
clap = { version = "4.4.13", features = ["cargo", "wrap_help"] }
colored = "2.1.0"
hurl_core = { version = "4.2.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.10.2"