From bdc0373bd6575e4c214ad5615e824f932142e013 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:29:19 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.45 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e1de115..11624762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.102" async-bb8-diesel = "0.3.0" async-trait = "0.1.89" base64 = "0.22" -chrono = "0.4.44" +chrono = "0.4.45" clap = { version = "4.6.4", features = ["derive", "string", "env"] } config = { version = "0.15.25", features = ["toml"] } diesel = { version = "2.3.9", features = ["postgres"] }