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
faef79453a
commit
0b24cb246a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -196,9 +196,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.37"
|
||||
version = "0.4.38"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
||||
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
@ -19,7 +19,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
|
||||
[dependencies]
|
||||
base64 = "0.22.0"
|
||||
brotli = "5.0.0"
|
||||
chrono = { version = "0.4.37", default-features = false, features = ["clock"] }
|
||||
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
|
||||
clap = { version = "4.5.4", features = ["cargo", "string", "wrap_help"] }
|
||||
colored = "2.1.0"
|
||||
curl = "0.4.46"
|
||||
|
Loading…
Reference in New Issue
Block a user