Update crates

This commit is contained in:
hurl-bot 2023-07-19 03:34:36 +00:00
parent 9898864416
commit d65d4ee77c
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

@ -214,18 +214,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.15"
version = "4.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c"
checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.3.15"
version = "4.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d"
checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843"
dependencies = [
"anstream",
"anstyle",

View File

@ -21,7 +21,7 @@ strict = []
base64 = "0.21.2"
brotli = "3.3.4"
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
clap = { version = "4.3.15", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.3.16", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.4"
curl = "0.4.44"
curl-sys = "0.4.63"

View File

@ -15,7 +15,7 @@ strict = []
[dependencies]
base64 = "0.21.2"
clap = { version = "4.3.15", features = ["cargo", "wrap_help"] }
clap = { version = "4.3.16", features = ["cargo", "wrap_help"] }
colored = "2.0.4"
hurl_core = { version = "4.1.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.9.1"