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:
parent
a66d44ebe2
commit
352c29c23c
|
|
@ -51,7 +51,8 @@ allow = [
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016",
|
||||||
"Unicode-3.0",
|
"Unicode-3.0",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"MPL-2.0"
|
"MPL-2.0",
|
||||||
|
"Zlib",
|
||||||
]
|
]
|
||||||
# The confidence threshold for detecting a license from license text.
|
# The confidence threshold for detecting a license from license text.
|
||||||
confidence-threshold = 0.8
|
confidence-threshold = 0.8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue