Skip to content

Commit

Permalink
update deny for latest unicode-idents license
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Nov 27, 2024
1 parent 658bb2d commit 9cd5a73
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ allow = [
"MIT",
"Apache-2.0",
"ISC",
"BSD-3-Clause",
"MPL-2.0",
#"Apache-2.0 WITH LLVM-exception",
]
# The confidence threshold for detecting a license from license text.
Expand All @@ -112,9 +112,8 @@ exceptions = [
# The Unicode-DFS--2016 license is necessary for unicode-ident because they
# use data from the unicode tables to generate the tables which are
# included in the application. We do not distribute those data files so
# this is not a problem for us. See https://github.com/dtolnay/unicode-ident/pull/9/files
# for more details.
{ allow = ["MIT", "Apache-2.0", "Unicode-DFS-2016"], name = "unicode-ident" },
# this is not a problem for us.
{ allow = ["MIT", "Apache-2.0", "Unicode-3.0"], name = "unicode-ident" },

# This is fine I think
{ allow = ["OpenSSL"], name = "ring" },
Expand Down

0 comments on commit 9cd5a73

Please sign in to comment.