From 865cf603458245c69b0389731acf1ca9b97fd4f2 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:32:27 +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 cf7b1a9..1a1b85f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,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"