From edca99c8c122dc65c2c4490255a961647d7ffbf1 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:09:11 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.44 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a4ef14..c98d0f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ async-bb8-diesel = "0.3" async-trait = "0.1.89" base64 = "0.22" bb8 = "0.9" -chrono = "0.4.43" +chrono = "0.4.44" clap = { version = "4.6.0", features = ["derive", "string"] } cookie = { version = "0.18.1" } crc32c = "0.6.8"