Update crates

This commit is contained in:
hurl-bot 2024-03-28 03:01:53 +00:00
parent 169f0f9849
commit 7af2276e0b
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

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

View File

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