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
1a2ee34d91
commit
aac83805a7
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -115,9 +115,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.21.7"
|
||||
version = "0.22.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||||
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
|
||||
|
||||
[[package]]
|
||||
name = "bit-set"
|
||||
|
@ -17,7 +17,7 @@ name = "hurl"
|
||||
vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.21.7"
|
||||
base64 = "0.22.0"
|
||||
brotli = "3.4.0"
|
||||
chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
|
||||
clap = { version = "4.5.1", features = ["cargo", "string", "wrap_help"] }
|
||||
|
@ -11,7 +11,7 @@ repository = "https://github.com/Orange-OpenSource/hurl"
|
||||
rust-version = "1.73.0"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.21.7"
|
||||
base64 = "0.22.0"
|
||||
clap = { version = "4.5.1", features = ["cargo", "wrap_help"] }
|
||||
colored = "2.1.0"
|
||||
hurl_core = { version = "4.3.0-SNAPSHOT", path = "../hurl_core" }
|
||||
|
Loading…
Reference in New Issue
Block a user