Remove unused parts of the cargo-deny config

This commit is contained in:
Rodolphe Bréard 2023-07-14 20:21:23 +02:00
parent ddf494686c
commit 12975c1a4a

View file

@ -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