From 1f1695b99bd5624c5ce4c85453ea6552121c11b9 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:45:16 +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 5fdcace..7ecfca3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,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" cookie = { version = "0.18.1" } crc32c = "0.6.8" diesel = { version = "2.3.6", features = ["postgres"] }