From 14321c8b927e3f3ec03a041508c5e8c25445d1ec Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Fri, 18 Oct 2024 15:26:26 -0400 Subject: [PATCH] chore: accept `Zlib` as the license of a dependency --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index cfe436d..a619c94 100644 --- a/deny.toml +++ b/deny.toml @@ -98,6 +98,7 @@ allow = [ "OpenSSL", "Unicode-DFS-2016", "Unlicense", + "Zlib", ] # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the