From fd72b007a13b7ea990be27499c19e73a0dd068ef Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:41:22 +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 fae5326d..96db2a86 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.5", features = ["derive", "string", "env"] } config = { version = "0.15.25", features = ["toml"] } diesel = { version = "2.3.9", features = ["postgres"] }