From 23713fff733be164af33006d6f0736d1cc749f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:56:32 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.37 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53accca..40d282f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ thiserror = { version = "1.0.58", optional = true } num = { version = "0.4", optional = true } num-derive = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true } -chrono = { version = "0.4.35", optional = true } +chrono = { version = "0.4.37", optional = true } # Edit `Makefile` and `src/lib.src` after making changes in this section: [features]