Update crates

This commit is contained in:
GitHub Action 2022-10-06 08:30:20 +00:00
parent 0d302c8534
commit b424b1b0bd
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -153,9 +153,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.9"
version = "4.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30607dd93c420c6f1f80b544be522a0238a7db35e6a12968d28910983fee0df0"
checksum = "3b1a0a4208c6c483b952ad35c6eed505fc13b46f08f631b81e828084a9318d74"
dependencies = [
"atty",
"bitflags",

View File

@ -21,7 +21,7 @@ atty = "0.2.14"
base64 = "0.13.0"
brotli = "3.3.4"
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
clap = { version = "4.0.9", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.0.10", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.0"
curl = "0.4.44"
encoding = "0.2.33"

View File

@ -16,7 +16,7 @@ strict = []
[dependencies]
atty = "0.2.14"
base64 = "0.13.0"
clap = { version = "4.0.9", features = ["cargo", "wrap_help"] }
clap = { version = "4.0.10", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "1.8.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.6.0"