From bdd67b7203ab9cce0b0d081c982d3de5ca08bf4c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 20 Nov 2022 18:24:10 +0100 Subject: [PATCH] Remove some old and unused info from cargo-deny --- deny.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deny.toml b/deny.toml index e0f3c4012..2db22ec19 100644 --- a/deny.toml +++ b/deny.toml @@ -11,8 +11,6 @@ unmaintained = "warn" yanked = "warn" notice = "warn" ignore = [ - "RUSTSEC-2020-0159", - "RUSTSEC-2020-0071", #"RUSTSEC-0000-0000", ] @@ -36,9 +34,6 @@ copyleft = "deny" allow-osi-fsf-free = "neither" default = "deny" confidence-threshold = 0.8 -exceptions = [ - { allow = ["OpenSSL"], name = "ring" }, -] [[licenses.clarify]] name = "ring"