From 69a8df797a9e68b2547c34180adc9227ef946260 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Mon, 19 May 2025 19:31:19 +0100 Subject: [PATCH] fix(error_types): bumped dependency version because of vulnerability and added it to tests --- solutions/error_types/Cargo.toml | 2 +- tests/error_types_test/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/solutions/error_types/Cargo.toml b/solutions/error_types/Cargo.toml index c86c0e0c..56c06716 100644 --- a/solutions/error_types/Cargo.toml +++ b/solutions/error_types/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono="0.4.19" +chrono = "0.4.41" diff --git a/tests/error_types_test/Cargo.toml b/tests/error_types_test/Cargo.toml index 8048dd10..9ec6b81c 100644 --- a/tests/error_types_test/Cargo.toml +++ b/tests/error_types_test/Cargo.toml @@ -7,4 +7,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -error_types = { path = "../../solutions/error_types"} +error_types = { path = "../../solutions/error_types" } +chrono = "0.4.41"