From 0f4700f8cd652655a83c75c3ee6dfc67e32b42fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:32:54 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.44 --- comma-v/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comma-v/Cargo.toml b/comma-v/Cargo.toml index b99be6c..0f72001 100644 --- a/comma-v/Cargo.toml +++ b/comma-v/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = "0.4.19" +chrono = "0.4.44" derive_more = "0.99.17" eq-macro = { path = "../eq-macro" } itertools = "0.10.3"