From 8b7c249ad824b12e88115de8e763eff2bfbffd64 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 04:00:43 +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 8f5f876..b4d2bdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MPL-2.0" [workspace.dependencies] anyhow = "1.0" async-recursion = "1.1.1" -chrono = "0.4.41" +chrono = "0.4.44" clap = { version = "4.5", features = ["derive", "env", "wrap_help"] } dropshot = { version = "0.17.0" } # has to match dropshot