From d4d1ba0cf4ac403211ac7b3846f9e1fc11703357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:40:15 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45fe63e..b815a55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = { version = "1.0.56", 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.33", optional = true } +chrono = { version = "0.4.34", optional = true } # Edit `Makefile` and `src/lib.src` after making changes in this section: [features]