From 2c1f18603f043c2dcb17db8fa8958ea1cbfd88d4 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 11 Nov 2024 15:40:12 -0800 Subject: [PATCH] fix: fixed deny.toml --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 9d4970f7..6aaf0a70 100644 --- a/deny.toml +++ b/deny.toml @@ -26,7 +26,7 @@ allow = [ "MIT", # https://tldrlegal.com/license/mit-license "MPL-2.0", # https://www.mozilla.org/en-US/MPL/2.0/FAQ/ - see Q11. Used by webpki-roots on Linux. "OFL-1.1", # https://spdx.org/licenses/OFL-1.1.html - "Unicode-3.0" # https://spdx.org/licenses/Unicode-3.0.html + "Unicode-3.0", # https://spdx.org/licenses/Unicode-3.0.html "Unicode-DFS-2016", # https://spdx.org/licenses/Unicode-DFS-2016.html "Zlib", # https://tldrlegal.com/license/zlib-libpng-license-(zlib) ]