cargo-deny: fix license list

This commit is contained in:
2025-11-25 19:35:21 +09:00
parent d1de7b71bb
commit d350438176

View File

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