From 0b2e33debc3dc4cfe870454d546399dc3277944a Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 03:31:01 +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 e305dd6..2e8e8c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ atomicwrites = "0.4.4" camino = "1.2.2" camino-tempfile = "1.4.1" camino-tempfile-ext = "0.3.3" -chrono = { version = "0.4.38", features = ["serde"] } +chrono = { version = "0.4.44", features = ["serde"] } clap = "4.5" debug-ignore = "1.0.5" drift = "0.2.0"