Update crates

This commit is contained in:
hurl-bot 2023-04-19 17:08:56 +00:00
parent 606aae8235
commit c473d698a3
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.3"
version = "4.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f9152d70e42172fdb87de2efd7327160beee37886027cf86f30a233d5b30b4"
checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.2.3"
version = "4.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e067b220911598876eb55d52725ddcc201ffe3f0904018195973bc5b012ea2ca"
checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749"
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.3", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.2.4", 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.3", features = ["cargo", "wrap_help"] }
clap = { version = "4.2.4", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "3.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.3"