mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 12:05:32 +03:00
Update crates
This commit is contained in:
parent
c56bc1380e
commit
2eb22da885
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -204,9 +204,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.29"
|
||||
version = "0.4.30"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02"
|
||||
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
@ -19,7 +19,7 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]
|
||||
[dependencies]
|
||||
base64 = "0.21.3"
|
||||
brotli = "3.3.4"
|
||||
chrono = { version = "0.4.29", default-features = false, features = ["clock"] }
|
||||
chrono = { version = "0.4.30", default-features = false, features = ["clock"] }
|
||||
clap = { version = "4.4.2", features = ["cargo", "string", "wrap_help"] }
|
||||
colored = "2.0.4"
|
||||
curl = "0.4.44"
|
||||
|
Loading…
Reference in New Issue
Block a user