Update crates

This commit is contained in:
hurl-bot 2023-03-17 08:06:24 +00:00
parent e9773f1e6e
commit 2bc4aec26e
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 9 additions and 8 deletions

13
Cargo.lock generated
View File

@ -153,9 +153,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.1.8"
version = "4.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
checksum = "9a9d6ada83c1edcce028902ea27dd929069c70df4c7600b131b4d9a1ad2879cc"
dependencies = [
"bitflags",
"clap_lex",
@ -168,9 +168,9 @@ dependencies = [
[[package]]
name = "clap_lex"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646"
dependencies = [
"os_str_bytes",
]
@ -605,10 +605,11 @@ dependencies = [
[[package]]
name = "io-lifetimes"
version = "1.0.6"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
checksum = "76e86b86ae312accbf05ade23ce76b625e0e47a255712b7414037385a1c05380"
dependencies = [
"hermit-abi 0.3.1",
"libc",
"windows-sys 0.45.0",
]

View File

@ -22,7 +22,7 @@ atty = "0.2.14"
base64 = "0.21.0"
brotli = "3.3.4"
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
clap = { version = "4.1.8", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.1.9", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.0"
curl = "0.4.44"
curl-sys = "0.4.60"

View File

@ -16,7 +16,7 @@ strict = []
[dependencies]
atty = "0.2.14"
base64 = "0.21.0"
clap = { version = "4.1.8", features = ["cargo", "wrap_help"] }
clap = { version = "4.1.9", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "3.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.1"