From 9dbf59c1c017c2cb2b72cecfd11f2268024b521f Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Tue, 12 Sep 2023 11:44:15 -0700 Subject: [PATCH] Removing ignored advisories --- benchmarks/Cargo.toml | 2 +- deny.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 663f6cc9..2f218703 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -9,7 +9,7 @@ serde = { version = "1.0.136", features = ["derive"] } pot = { path = "../pot" } rand = "0.8.4" fake = "2.4.3" -chrono = { version = "0.4.19", features = ["serde"] } +chrono = { version = "0.4.30", features = ["serde"] } anyhow = "1.0.53" cli-table = "0.4.6" thousands = "0.2.0" diff --git a/deny.toml b/deny.toml index bb19e22a..064b17d4 100644 --- a/deny.toml +++ b/deny.toml @@ -7,10 +7,7 @@ vulnerability = "deny" unmaintained = "warn" yanked = "warn" notice = "warn" -ignore = [ - "RUSTSEC-2021-0145", # criterion-related, dev-dependency. - "RUSTSEC-2020-0071", # chrono-related, dev-dependency. -] +ignore = [] [licenses] unlicensed = "deny"