cargo(deny): allow Zlib

The Zlib license is included in the transitive dependencies.
It is safe to allow it since it is compatible with MIT and Apache-2.0.
This commit is contained in:
Fintan Halpenny 2025-12-08 16:42:57 +00:00
parent a66d44ebe2
commit 352c29c23c
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ allow = [
"Unicode-DFS-2016",
"Unicode-3.0",
"BSD-3-Clause",
"MPL-2.0"
"MPL-2.0",
"Zlib",
]
# The confidence threshold for detecting a license from license text.
confidence-threshold = 0.8