From 50816d4abb91fb6db4f3b9352831cc01d356c108 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:12:32 +0100 Subject: [PATCH] chore: Allow OpenSSL license (needed for ring and aws-lc-sys crates) --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index ba73fa966..f582db586 100644 --- a/deny.toml +++ b/deny.toml @@ -26,6 +26,7 @@ allow = [ "LicenseRef-webpki", "MIT", "MPL-2.0", + "OpenSSL", # Needed for the ring and/or aws-lc-sys crate. "Unicode-3.0", "Unicode-DFS-2016", "Zlib",