chore(deps): update rust crate chrono to ^0.4.28

This commit is contained in:
renovate[bot] 2023-08-30 22:40:44 +00:00 committed by GitHub
parent 67977f4a0e
commit 0d4db7fc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -240,9 +240,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.27"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8"
checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f"
dependencies = [
"android-tzdata",
"iana-time-zone",

View file

@ -263,7 +263,7 @@ binary-heap-plus = "0.5.0"
bstr = "1.6"
bytecount = "0.6.3"
byteorder = "1.4.3"
chrono = { version = "^0.4.27", default-features = false, features = [
chrono = { version = "^0.4.28", default-features = false, features = [
"std",
"alloc",
"clock",