From 597e77dde55ddc63bad4e030358bf076e2f8a899 Mon Sep 17 00:00:00 2001 From: Oleksandr Deundiak Date: Tue, 22 Oct 2024 21:29:28 +0200 Subject: [PATCH] chore(rust): allow `Zlib` license --- tools/cargo-deny/deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cargo-deny/deny.toml b/tools/cargo-deny/deny.toml index 62a6d7d5bcd..be28a0684ff 100644 --- a/tools/cargo-deny/deny.toml +++ b/tools/cargo-deny/deny.toml @@ -14,6 +14,7 @@ allow = [ "ISC", "BlueOak-1.0.0", "BSL-1.0", + "Zlib", ] exceptions = [ { allow = ["LicenseRef-Ring-ISC-OpenSSL"], name = "ring", version = "*" },