From 53fd494c7d3ff075766a07ff3080234c3e42e12e Mon Sep 17 00:00:00 2001 From: "Guillem L. Jara" <4lon3ly0@tutanota.com> Date: Thu, 14 May 2026 13:29:09 +0200 Subject: [PATCH] chore: fix cargo-deny --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 6eaced6..089f94d 100644 --- a/deny.toml +++ b/deny.toml @@ -92,7 +92,8 @@ allow = [ "MIT", "Apache-2.0", # "Apache-2.0 WITH LLVM-exception", - "Unicode-3.0" + "Unicode-3.0", + "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