From 507101171e48f067a23bd430166beb1eeaad2e8b Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sun, 3 Sep 2023 22:15:31 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdce19a..4a23945 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ base64 = "0.21.2" tokio-util = { version = "0.7.8", features = ["compat"] } textwrap = "0.16.0" regex = "1.9.3" -chrono = "0.4.26" +chrono = "0.4.28" dateparser = "0.2.0" sentry = { version = "0.31.5", features = ["debug-images"] } moka = { version = "0.11.3", features = ["future"] }