chore: Update Chrono to the version that complains

This commit is contained in:
David Wendt 2022-11-21 20:26:21 -05:00 committed by kmeisthax
parent 1b6e91393e
commit bc3f6f2494
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -421,9 +421,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[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",
"js-sys",