From 8965bbb7b052b16f86b2354e1233bddc5b01d666 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:11:39 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c22746a..5629e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } async-trait = "0.1.89" base64 = "0.22" bb8 = "0.8.6" -chrono = "0.4.41" +chrono = "0.4.42" clap = { version = "4.5.54", features = ["derive", "string", "env"] } config = { version = "0.15.13", features = ["toml"] } cookie = { version = "0.18.1" }