From 12da317c95eba6fd851da9053c17fec49be4f4e4 Mon Sep 17 00:00:00 2001 From: Mariappan Ramasamy <142216110+kp-mariappan-ramasamy@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:54:38 +0800 Subject: [PATCH] deny: update allowed license to include Unicode-3.0 One of the indirect depedencies updated the license from "Unicode-DFS-2016" to "Unicode-3.0". https://github.com/dtolnay/unicode-ident/commit/36cccb825aef6f334cfb57afc82a728c3d2d652f License: https://spdx.org/licenses/Unicode-3.0.html --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 39104aa..f6fed4b 100644 --- a/deny.toml +++ b/deny.toml @@ -12,7 +12,7 @@ version = 2 allow = [ "MIT", "Apache-2.0", - "Unicode-DFS-2016", + "Unicode-3.0", "BSD-3-Clause", "ISC", ]