From 7adecd79cd6e171cb6d754b72f69294b762d7c85 Mon Sep 17 00:00:00 2001 From: Flavian Desverne Date: Wed, 17 Jul 2024 18:05:15 +0200 Subject: [PATCH] update chrono to latest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f96e962..081e6491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ url = "2.2.2" reqwest = "0.11.10" paste = "1.0" indicatif = "0.17" -chrono = "0.4" +chrono = "0.4.38" indoc = "1.0.7" [package.metadata.docs.rs]