From 6370149bc4b659809cd3f625ed8d393499b3d94c Mon Sep 17 00:00:00 2001 From: v0-e <134806759+v0-e@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:13:43 +0000 Subject: [PATCH] chore: Allow the `Unicode-3.0` license (#292) Allow `Unicode-3.0` since it is permissive. Employed by the dependency [`icu4x`](https://github.com/unicode-org/icu4x), an indirect dependency of `reqwest`. Co-authored-by: Maksim Ryndin --- v4-client-rs/deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/v4-client-rs/deny.toml b/v4-client-rs/deny.toml index 7f3efb4e..a078c802 100644 --- a/v4-client-rs/deny.toml +++ b/v4-client-rs/deny.toml @@ -24,6 +24,7 @@ allow = [ "BSD-3-Clause", "ISC", "Unicode-DFS-2016", + "Unicode-3.0", "OpenSSL", "LicenseRef-dYdX-Custom", ]