From 2878c86c335b3203eb00497095a3657b7b2afb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 21 Nov 2024 10:37:15 +0100 Subject: [PATCH] chore: Update the license exception for unicode-ident --- .deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deny.toml b/.deny.toml index d4e4959b..bb6825a8 100644 --- a/.deny.toml +++ b/.deny.toml @@ -20,7 +20,7 @@ allow = [ "MIT", ] exceptions = [ - { allow = ["Unicode-DFS-2016"], crate = "unicode-ident" }, + { allow = ["Unicode-3.0"], crate = "unicode-ident" }, ] [bans]