From 71e6d7444f3e34d12b058849e9feaa4fd57963e4 Mon Sep 17 00:00:00 2001 From: Kornel Date: Mon, 9 Dec 2024 12:20:29 +0000 Subject: [PATCH] Update cargo-deny config --- deny.toml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/deny.toml b/deny.toml index 951f2a2fab..0aaac6ef04 100644 --- a/deny.toml +++ b/deny.toml @@ -14,21 +14,13 @@ targets = [ [licenses] confidence-threshold = 0.93 allow = [ - "Apache-2.0 WITH LLVM-exception", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "MIT", - "MIT-0", - "MPL-2.0", - "Unicode-DFS-2016", + "Unicode-3.0", ] -[[licenses.exceptions]] -allow = ["WTFPL"] -name = "pcx" -version = "*" - [advisories] yanked = "deny" ignore = [] @@ -39,7 +31,4 @@ multiple-versions = "deny" wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed deny = [] skip = [ - { name = "bitflags" }, # Some deps depend on 1.3.2 while others on 2.6.0 - { name = "hashbrown" }, # Some deps depend on 0.13.2 while others on 0.14.5 - { name = "miniz_oxide" } # Some deps depend on 0.7.4 while others on 0.8.0 ]