From 69e0cd2fc4b126870b3381704260271904996c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 14 Oct 2024 12:48:30 +0300 Subject: [PATCH] chore(deny): allow Zlib license in cargo-deny configuration (#1411) --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 381e6873..549b89a1 100644 --- a/deny.toml +++ b/deny.toml @@ -11,6 +11,7 @@ allow = [ "MIT", "Unicode-DFS-2016", "WTFPL", + "Zlib", ] [advisories]