diff options
| -rw-r--r-- | deny.toml | 3 | ||||
| -rw-r--r-- | test/deny.toml | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -50,7 +50,8 @@ allow = [ "CC0-1.0", # https://github.com/briansmith/ring/issues/902 "LicenseRef-ring", - "Unicode-DFS-2016" + "Unicode-DFS-2016", + "Zlib" ] [[licenses.clarify]] diff --git a/test/deny.toml b/test/deny.toml index e792575b77..3ab381a987 100644 --- a/test/deny.toml +++ b/test/deny.toml @@ -40,7 +40,8 @@ allow = [ "CC0-1.0", # https://github.com/briansmith/ring/issues/902 "LicenseRef-ring", - "Unicode-DFS-2016" + "Unicode-DFS-2016", + "Zlib" ] [[licenses.clarify]] |
