From fd230ce5951095daa40b5df3d6f0e6718dffa95c Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 16 Jul 2022 13:07:52 +0200 Subject: [PATCH] cargo-deny: drop "ignore" for RUSTSEC-2020-0159 --- deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deny.toml b/deny.toml index 4f38490..780970e 100644 --- a/deny.toml +++ b/deny.toml @@ -10,7 +10,6 @@ yanked = "warn" notice = "warn" ignore = [ # Ignore time issue for now as there is no solution - "RUSTSEC-2020-0159", "RUSTSEC-2020-0071", ] [licenses]