From 72f136f1d39fdc584f0227dc969c6ad03f9764af Mon Sep 17 00:00:00 2001 From: Compey Date: Wed, 6 Sep 2023 13:15:06 +0530 Subject: [PATCH] chore(crate): use published chrono locale crate --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b9be31..216b5b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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