mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-13 06:54:54 +03:00
Update crates
This commit is contained in:
parent
d3759a1c18
commit
ef454b59ff
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -141,9 +141,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.22"
|
||||
version = "0.4.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
|
||||
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
||||
dependencies = [
|
||||
"iana-time-zone",
|
||||
"num-integer",
|
||||
|
@ -20,7 +20,7 @@ strict = []
|
||||
atty = "0.2.14"
|
||||
base64 = "0.13.1"
|
||||
brotli = "3.3.4"
|
||||
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
|
||||
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
|
||||
clap = { version = "4.0.23", features = ["cargo", "string", "wrap_help"] }
|
||||
colored = "2.0.0"
|
||||
curl = "0.4.44"
|
||||
|
Loading…
Reference in New Issue
Block a user