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
169f0f9849
commit
7af2276e0b
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -196,9 +196,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.35"
|
||||
version = "0.4.37"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
|
||||
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
@ -690,9 +690,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.7.1"
|
||||
version = "2.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
||||
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
||||
|
||||
[[package]]
|
||||
name = "num-traits"
|
||||
|
@ -19,7 +19,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
|
||||
[dependencies]
|
||||
base64 = "0.22.0"
|
||||
brotli = "3.5.0"
|
||||
chrono = { version = "0.4.35", default-features = false, features = ["clock"] }
|
||||
chrono = { version = "0.4.37", 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