From f88945870ea8ac8097f797e6231a352f1b1733fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:38:49 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 849016c4f4..52d4e94cec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ async-compression = { version = "0.3.13", default-features = false, features = [ async-recursion = "1.0.5" async-trait = "0.1.73" atty = "0.2.14" -chrono = "0.4.23" +chrono = "0.4.31" clap = "4.1.6" clap_complete = "4.1.2" concurrent-queue = "2.1.0"