Update crates

This commit is contained in:
hurl-bot 2024-04-16 03:02:51 +00:00
parent faef79453a
commit 0b24cb246a
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"