ci: fix cargo deny

This commit is contained in:
Clément DOUIN
2026-05-20 02:50:45 +02:00
parent 9dd02da584
commit 42480ae2ef
+1 -1
View File
@@ -4,4 +4,4 @@ unknown-git = "deny"
unknown-registry = "deny"
[licenses]
allow = ["0BSD", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "BSD-3-Clause", "CDLA-Permissive-2.0", "ISC", "MIT", "MPL-2.0", "Unicode-3.0", "Zlib"]
allow = ["0BSD", "AGPL-3.0-only", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "BSD-3-Clause", "CDLA-Permissive-2.0", "ISC", "MIT", "MPL-2.0", "Unicode-3.0", "Zlib"]