From 4f76a176c2ea63a5a7ebdc50d58da00a6b4d84fe Mon Sep 17 00:00:00 2001 From: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:45:18 +0530 Subject: [PATCH] chore(deny): allow Zlib --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 2278d2ddde4..0352fcfaecf 100644 --- a/deny.toml +++ b/deny.toml @@ -23,6 +23,7 @@ allow = [ "Unicode-DFS-2016", "Unlicense", "MPL-2.0", + "Zlib", # https://github.com/briansmith/ring/issues/902 "LicenseRef-ring", ]