Skip to content

Commit

Permalink
Update deny.toml - allow Unicode-3.0 license (#89)
Browse files Browse the repository at this point in the history
The unicode.org FAQ describes it as a "permissive MIT type of license" and it
is OSI approved. We need this because several new dependencies with this
license are now being pulled in by the url crate (through idna).
  • Loading branch information
svix-jplatte authored Jun 13, 2024
1 parent 48d387f commit 130d0fc
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 @@ -24,6 +24,7 @@ allow = [
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-3.0",
"Unicode-DFS-2016",
]
deny = []
Expand Down

0 comments on commit 130d0fc

Please sign in to comment.