From 352c29c23ce2560750369aa50bc9f43bf3019d3f Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Mon, 8 Dec 2025 16:42:57 +0000 Subject: [PATCH] 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. --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index adf78900..3720748e 100644 --- a/deny.toml +++ b/deny.toml @@ -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