chore(crate): use published chrono locale crate

This commit is contained in:
Erica Marigold 2023-09-06 13:15:06 +05:30
parent f0bbdfdde6
commit 72f136f1d3
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

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