Update crates

This commit is contained in:
hurl-bot 2024-08-09 03:02:02 +00:00
parent d09b872118
commit dd7d78ed63
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

@ -221,18 +221,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.13"
version = "4.5.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.13"
version = "4.5.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed"
dependencies = [
"anstream",
"anstyle",

View File

@ -20,7 +20,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
base64 = "0.22.1"
brotli = "6.0.0"
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
clap = { version = "4.5.13", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.5.14", features = ["cargo", "string", "wrap_help"] }
colored = "2.1.0"
curl = "0.4.46"
curl-sys = "0.4.74"

View File

@ -12,7 +12,7 @@ rust-version = "1.78.0"
[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.13", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.14", features = ["cargo", "wrap_help"] }
colored = "2.1.0"
hurl_core = { version = "5.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.10.6"