Update crates

This commit is contained in:
hurl-bot 2023-02-28 15:13:07 +00:00
parent 16df06b1d6
commit d23f12604d
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -153,9 +153,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.1.7" version = "4.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f3061d6db6d8fcbbd4b05e057f2acace52e64e96b498c08c2d7a4e65addd340" checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"clap_lex", "clap_lex",

View File

@ -21,7 +21,7 @@ atty = "0.2.14"
base64 = "0.21.0" base64 = "0.21.0"
brotli = "3.3.4" brotli = "3.3.4"
chrono = { version = "0.4.23", default-features = false, features = ["clock"] } chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
clap = { version = "4.1.7", features = ["cargo", "string", "wrap_help"] } clap = { version = "4.1.8", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.0" colored = "2.0.0"
curl = "0.4.44" curl = "0.4.44"
curl-sys = "0.4.60" curl-sys = "0.4.60"

View File

@ -16,7 +16,7 @@ strict = []
[dependencies] [dependencies]
atty = "0.2.14" atty = "0.2.14"
base64 = "0.21.0" base64 = "0.21.0"
clap = { version = "4.1.7", features = ["cargo", "wrap_help"] } clap = { version = "4.1.8", features = ["cargo", "wrap_help"] }
colored = "2.0.0" colored = "2.0.0"
hurl_core = { version = "3.0.0-SNAPSHOT", path = "../hurl_core" } hurl_core = { version = "3.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.1" regex = "1.7.1"