From dadaa9f3550e01b420517889a2a024608124d8bc Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 25 Nov 2025 19:35:21 +0900 Subject: [PATCH] cargo-deny: fix license list --- deny.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/deny.toml b/deny.toml index 77ed81e..d055e8b 100644 --- a/deny.toml +++ b/deny.toml @@ -27,14 +27,13 @@ ignore = [] [licenses] allow = [ - "GPL-2.0", - "MIT", "Apache-2.0", - "ISC", - "MPL-2.0", - "Unicode-DFS-2016", "BSD-3-Clause", - "OpenSSL", + "CDLA-Permissive-2.0", + "ISC", + "MIT", + "Unicode-3.0", + "Zlib" ] confidence-threshold = 0.8 exceptions = [] @@ -75,4 +74,3 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = [] [sources.allow-org] -