Update crates

This commit is contained in:
hurl-bot 2022-12-23 08:05:12 +00:00
parent ea4ad6a620
commit e3260c5068
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

@ -153,9 +153,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.30"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "656ad1e55e23d287773f7d8192c300dc715c3eeded93b3da651d11c42cfd74d2"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
"bitflags",
"clap_lex",
@ -649,9 +649,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.138"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
[[package]]
name = "libflate"

View File

@ -21,7 +21,7 @@ atty = "0.2.14"
base64 = "0.20.0"
brotli = "3.3.4"
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
clap = { version = "4.0.30", features = ["cargo", "string", "wrap_help"] }
clap = { version = "4.0.32", 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.20.0"
clap = { version = "4.0.30", features = ["cargo", "wrap_help"] }
clap = { version = "4.0.32", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "2.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.0"