From 00763854c8aa428463bee2bacf17a8decec91d83 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Mon, 25 Nov 2024 13:05:47 +0100 Subject: [PATCH] Fix broken cargo-deny --- deny.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deny.toml b/deny.toml index 24a31d5c..21f7157a 100644 --- a/deny.toml +++ b/deny.toml @@ -23,8 +23,6 @@ targets = [ ] [advisories] -vulnerability = "deny" -unmaintained = "warn" yanked = "deny" ignore = [] @@ -41,10 +39,7 @@ skip-tree = [] [licenses] private = { ignore = true } -unlicensed = "deny" -allow-osi-fsf-free = "neither" confidence-threshold = 0.92 # We want really high confidence when inferring licenses from text -copyleft = "deny" allow = [ "Apache-2.0 WITH LLVM-exception", # https://spdx.org/licenses/LLVM-exception.html "Apache-2.0", # https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)