From f0bbdfdde6024577e6adebaf984d436e48f46e66 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 4 Sep 2023 20:16:27 +0530 Subject: [PATCH] chore: bump chrono to 0.4.28 to possibly fix month enum mapping --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1aab077..6b9be31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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