mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
Update crates
This commit is contained in:
parent
0a0c7a9828
commit
aa318c3e55
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -153,9 +153,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.0.20"
|
||||
version = "4.0.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "426eed9136e68a14d9de937db20cfd79fcc25c09709872e8005897c618a8365e"
|
||||
checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
|
@ -21,7 +21,7 @@ atty = "0.2.14"
|
||||
base64 = "0.13.1"
|
||||
brotli = "3.3.4"
|
||||
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
|
||||
clap = { version = "4.0.20", features = ["cargo", "string", "wrap_help"] }
|
||||
clap = { version = "4.0.22", features = ["cargo", "string", "wrap_help"] }
|
||||
colored = "2.0.0"
|
||||
curl = "0.4.44"
|
||||
encoding = "0.2.33"
|
||||
|
@ -16,7 +16,7 @@ strict = []
|
||||
[dependencies]
|
||||
atty = "0.2.14"
|
||||
base64 = "0.13.1"
|
||||
clap = { version = "4.0.20", features = ["cargo", "wrap_help"] }
|
||||
clap = { version = "4.0.22", features = ["cargo", "wrap_help"] }
|
||||
colored = "2.0.0"
|
||||
hurl_core = { version = "1.9.0-SNAPSHOT", path = "../hurl_core" }
|
||||
regex = "1.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user