From 06c3cd31bc2fe7960a543d4300b698cd18b57f29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:35:00 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.37 --- 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..1e5c02c 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.37" derive_more = "0.99.17" eq-macro = { path = "../eq-macro" } itertools = "0.10.3"