From 8d09ceab4f2cfe7079de11fa8037ebcbb4c151db Mon Sep 17 00:00:00 2001 From: Firestar99 Date: Wed, 11 Dec 2024 16:04:05 +0100 Subject: [PATCH] fix cargo deny --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 4cc1b61914..0316f50b7c 100644 --- a/deny.toml +++ b/deny.toml @@ -56,7 +56,7 @@ allow = [ "Zlib", - "Unicode-DFS-2016", + "Unicode-3.0", ] # Allow 1 or more licenses on a per-crate basis, so that particular licenses # aren't accepted for every possible crate as with the normal allow list