From 80341ce874acf50790c800c697fa4fad46829feb Mon Sep 17 00:00:00 2001 From: Compey Date: Wed, 23 Aug 2023 19:11:05 +0530 Subject: [PATCH] chore(deps): bump chrono_locale rev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0003ca..7d4e84f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "chrono_locale" version = "0.1.1" -source = "git+https://github.com/0x5eal/chrono-locale.git?rev=ff1df09#ff1df090a1bc55574ffe2bb4c04014ba017c6f36" +source = "git+https://github.com/0x5eal/chrono-locale.git?rev=2a7ebcc#2a7ebcc019d133bc17833d66731092dee60dc3b7" dependencies = [ "chrono", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 042d56a..d596615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] } ### DATETIME chrono = "0.4.26" -chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "ff1df09" } +chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", rev = "2a7ebcc" } ### CLI