From 792cba071c1973394c7bedb5f3ff48f7f9e0e02d Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 13 Jun 2024 11:10:55 +0200 Subject: [PATCH] Update deny.toml - allow Unicode-3.0 license The unicode.org FAQ describes it as a "permissive MIT type of license" and it is OSI approved. We need this because several new dependencies with this license are now being pulled in by the url crate (through idna). --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index c288b65..8648fc6 100644 --- a/deny.toml +++ b/deny.toml @@ -24,6 +24,7 @@ allow = [ "MIT", "MPL-2.0", "OpenSSL", + "Unicode-3.0", "Unicode-DFS-2016", ] deny = []