From 12975c1a4a4786cfa95a9b20e9d6258594b5498d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 14 Jul 2023 20:21:23 +0200 Subject: [PATCH] Remove unused parts of the cargo-deny config --- deny.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deny.toml b/deny.toml index 994321f..1a64a4a 100644 --- a/deny.toml +++ b/deny.toml @@ -83,7 +83,6 @@ ignore = [ # - https://rustsec.org/advisories/RUSTSEC-2022-0090 # - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35737 # - https://nvd.nist.gov/vuln/detail/CVE-2022-35737 - "RUSTSEC-2022-0090", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories @@ -113,7 +112,6 @@ unlicensed = "deny" allow = [ "MIT", "Apache-2.0", - "BSD-3-Clause", "Unicode-DFS-2016", ] # List of explicitly disallowed licenses