From 6147a31753fe52c12cf54c72008174cf3bc0850c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:12:27 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.31 --- 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..7c1ef9b 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.31" derive_more = "0.99.17" eq-macro = { path = "../eq-macro" } itertools = "0.10.3"