Skip to content

Commit

Permalink
add an exception with explanation for the MPL-2.0 of webpki-roots to …
Browse files Browse the repository at this point in the history
…cargo-deny

Signed-off-by: Elias Wilken <[email protected]>
  • Loading branch information
ewilken committed Oct 26, 2023
1 parent 1e5fd48 commit 9879bb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ exceptions = [
# 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 = ["Unicode-DFS-2016"], name = "unicode-ident" }
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },

# Using the WebPKI roots for rustls is an optional feature that is off by default,
# so it's up to the user whether to pull in the MPL-2.0 license.
{ allow = ["MPL-2.0"], name = "webpki-roots" },
]

[[licenses.clarify]]
Expand Down

0 comments on commit 9879bb8

Please sign in to comment.