From 255e7bd08c69713001be0ab7350b7844b0c16b4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:17:40 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.34 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cea465c..ee6c366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ axum-extra = { version = "0.9.2", features = ["typed-header"] } axum-server = { version = "0.6.0", features = ["tls-rustls"] } azure_core = "0.19.0" azure_storage = "0.19.0" -chrono = "0.4.31" +chrono = "0.4.34" clap = { version = "4.5.1", features = ["derive", "env"] } clap_complete = "4.5.1" color-eyre = { version = "0.6.2", features = ["issue-url", "tracing-error"] } @@ -94,7 +94,7 @@ url = "2.5.0" which = "6.0.0" [build-dependencies] -chrono = "0.4.31" +chrono = "0.4.34" rustc_version = "0.4.0" which = "6.0.0"