From c1636f6381b069848faa953355fec2ed76bfda66 Mon Sep 17 00:00:00 2001 From: Edgar Geier Date: Fri, 3 Mar 2023 01:01:41 +0100 Subject: [PATCH] Allow Zlib in dependencies --- deny.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index fda1256..04c6416 100644 --- a/deny.toml +++ b/deny.toml @@ -112,6 +112,7 @@ allow = [ "Apache-2.0", "Unicode-DFS-2016", "BSD-2-Clause", + "Zlib", #"Apache-2.0 WITH LLVM-exception", ] # List of explicitly disallowed licenses @@ -163,8 +164,8 @@ exceptions = [ # and the crate will be checked normally, which may produce warnings or errors # depending on the rest of your configuration #license-files = [ - # Each entry is a crate relative path, and the (opaque) hash of its contents - #{ path = "LICENSE", hash = 0xbd0eed23 } +# Each entry is a crate relative path, and the (opaque) hash of its contents +#{ path = "LICENSE", hash = 0xbd0eed23 } #] [licenses.private]