Update crates

This commit is contained in:
hurl-bot 2022-11-15 08:27:12 +00:00
parent 50a0202918
commit b4c4d0ff77
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.0.23" version = "4.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb41c13df48950b20eb4cd0eefa618819469df1bffc49d11e8487c4ba0037e5" checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",

View File

@ -21,7 +21,7 @@ atty = "0.2.14"
base64 = "0.13.1" base64 = "0.13.1"
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.0.23", features = ["cargo", "string", "wrap_help"] } clap = { version = "4.0.24", features = ["cargo", "string", "wrap_help"] }
colored = "2.0.0" colored = "2.0.0"
curl = "0.4.44" curl = "0.4.44"
encoding = "0.2.33" encoding = "0.2.33"

View File

@ -16,7 +16,7 @@ strict = []
[dependencies] [dependencies]
atty = "0.2.14" atty = "0.2.14"
base64 = "0.13.1" base64 = "0.13.1"
clap = { version = "4.0.23", features = ["cargo", "wrap_help"] } clap = { version = "4.0.24", features = ["cargo", "wrap_help"] }
colored = "2.0.0" colored = "2.0.0"
hurl_core = { version = "1.9.0-SNAPSHOT", path = "../hurl_core" } hurl_core = { version = "1.9.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.0" regex = "1.7.0"