chore: bump chrono to 0.4.28 to possibly fix month enum mapping

This commit is contained in:
Erica Marigold 2023-09-04 20:16:27 +05:30 committed by GitHub
parent 4f2a008ccd
commit f0bbdfdde6
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ reqwest = { version = "0.11", default-features = false, features = [
tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] }
### DATETIME
chrono = "0.4.26"
chrono = "0.4.28"
chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", tag = "v0.1.2" }
### CLI