Update crates

This commit is contained in:
hurl-bot 2023-12-29 03:01:36 +00:00
parent 04768b410a
commit e3b18eb70e
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 11 additions and 11 deletions

18
Cargo.lock generated
View File

@ -211,18 +211,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.11"
version = "4.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.4.11"
version = "4.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
dependencies = [
"anstream",
"anstyle",
@ -693,9 +693,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
version = "2.6.4"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "num-traits"
@ -1009,15 +1009,15 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.8.1"
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
"rustix",
"windows-sys 0.48.0",
"windows-sys 0.52.0",
]
[[package]]

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.11", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.4.12", 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.11", features = ["cargo", "wrap_help"] }
clap = { version = "4.4.12", features = ["cargo", "wrap_help"] }
colored = "2.1.0"
hurl_core = { version = "4.2.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.10.2"