From e058fcd05da89b9dce0ac690f64a3db225993b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 15 Aug 2025 09:44:03 +0200 Subject: [PATCH] Update cargo deny config --- deny.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index add3a97..075b79a 100644 --- a/deny.toml +++ b/deny.toml @@ -97,9 +97,9 @@ ignore = [ allow = [ "Apache-2.0", "BSD-3-Clause", + "CDLA-Permissive-2.0", "MIT", "ISC", - "MPL-2.0", "Unicode-3.0", ] # The confidence threshold for detecting a license from license text. @@ -112,7 +112,7 @@ confidence-threshold = 0.8 exceptions = [ # Each entry is the crate and version constraint, and its specific allow # list - { allow = ["OpenSSL"], crate = "ring" }, + #{ allow = ["OpenSSL"], crate = "ring" }, ] # Some crates don't have (easily) machine readable licensing information,