mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
Update crates
This commit is contained in:
parent
0efaacc12d
commit
8530b65782
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -214,18 +214,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.3.11"
|
version = "4.3.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
|
checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.3.11"
|
version = "4.3.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
|
checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
|
@ -21,7 +21,7 @@ strict = []
|
|||||||
base64 = "0.21.2"
|
base64 = "0.21.2"
|
||||||
brotli = "3.3.4"
|
brotli = "3.3.4"
|
||||||
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
|
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
|
||||||
clap = { version = "4.3.11", features = ["cargo", "string", "wrap_help"] }
|
clap = { version = "4.3.12", features = ["cargo", "string", "wrap_help"] }
|
||||||
colored = "2.0.4"
|
colored = "2.0.4"
|
||||||
curl = "0.4.44"
|
curl = "0.4.44"
|
||||||
curl-sys = "0.4.63"
|
curl-sys = "0.4.63"
|
||||||
|
@ -15,7 +15,7 @@ strict = []
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.21.2"
|
base64 = "0.21.2"
|
||||||
clap = { version = "4.3.11", features = ["cargo", "wrap_help"] }
|
clap = { version = "4.3.12", features = ["cargo", "wrap_help"] }
|
||||||
colored = "2.0.4"
|
colored = "2.0.4"
|
||||||
hurl_core = { version = "4.1.0-SNAPSHOT", path = "../hurl_core" }
|
hurl_core = { version = "4.1.0-SNAPSHOT", path = "../hurl_core" }
|
||||||
regex = "1.9.1"
|
regex = "1.9.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user