From aae989d0b746b763caffd268d606ab368153336d Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Tue, 11 Jun 2024 14:28:33 -0700 Subject: [PATCH] Add Unicode license V3 to allow-list ISRG counsel has reviewed the license (https://opensource.org/license/unicode-license-v3) and deemed it "harmless", so allow it in our `cargo deny` config. This will unblock `url` updates (#3214, #3223). --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 9942fd4fc..28ae324fc 100644 --- a/deny.toml +++ b/deny.toml @@ -32,6 +32,7 @@ allow = [ "BSD-3-Clause", "ISC", "Unicode-DFS-2016", + "Unicode-3.0", "OpenSSL", "Unlicense", "CC0-1.0",