Update crates

This commit is contained in:
hurl-bot 2023-05-03 03:02:29 +00:00
parent 47cc03a87d
commit 8978b4d773
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

@ -202,18 +202,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.2.5"
version = "4.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.2.5"
version = "4.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
dependencies = [
"anstream",
"anstyle",

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.2.5", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.2.7", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.0"
curl = "0.4.44"
curl-sys = "0.4.61"

View File

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