Skip to content

Commit

Permalink
Add Unicode license V3 to allow-list (#3230)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
tgeoghegan committed Jun 11, 2024
1 parent 023979c commit 65cc275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ allow = [
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"OpenSSL",
"Unlicense",
"CC0-1.0",
Expand Down

0 comments on commit 65cc275

Please sign in to comment.