From 1e0d98d53ef51d31f0680a2b7a8041771ccbb1d4 Mon Sep 17 00:00:00 2001 From: andriyDev Date: Fri, 22 Nov 2024 10:15:31 -0800 Subject: [PATCH] Allow Unicode-3.0 license in addition to Unicode-DFS-2016 for unicode-ident crate. (#16471) # Objective - Fixes #16451. ## Solution - Just allows the new license. ## Notes According to the [Open Source Initiative](https://opensource.org/license/unicode-inc-license-agreement-data-files-and-software), the UNICODE-DFS-**2015** is superseded by UNICODE-3.0. I'm not sure whether 2015 vs 2016 matters, and whether these are 3.0 and DFS-2016 are materially different. --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 1d72763947..dda02ee289 100644 --- a/deny.toml +++ b/deny.toml @@ -25,6 +25,7 @@ allow = [ exceptions = [ { name = "unicode-ident", allow = [ "Unicode-DFS-2016", + "Unicode-3.0", ] }, { name = "symphonia", allow = [ "MPL-2.0",