From 217521342d1b58f7f9719d13f76e7384ca8f9317 Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Sat, 19 Aug 2023 12:29:29 +0200 Subject: [PATCH] fix: Vulnerability CVE-2020-26235 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85d7de0..cde48fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ debug_print = [] [dependencies] lazy_static = "1.4.0" regex = "1.3.9" -chrono = "0.4.11" +chrono = { version = "0.4.11", default-features = false, features = ["serde", "std"] } tokio = { version = "1.0.1", features = ["net", "io-util"] } tokio-rustls = { version = "0.23.0", optional = true }