From bd8a7e8df7e8ebf751b2d00fe6a096d726683c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 18 Oct 2021 09:46:27 +0300 Subject: [PATCH] deny: Ignore RUSTSEC-2020-0071 for now Waiting for https://github.com/chronotope/chrono/pull/578 --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 50538c4f..82f6d93b 100644 --- a/deny.toml +++ b/deny.toml @@ -5,6 +5,8 @@ vulnerability = "deny" unmaintained = "warn" notice = "warn" ignore = [ + # Waiting for https://github.com/chronotope/chrono/pull/578 + "RUSTSEC-2020-0071", ] [licenses]