Skip to content

Commit 8b0e69c

Browse files
committed
chore: Use cargo-deny exceptions config
1 parent 7ef5f6f commit 8b0e69c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

deny.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ allow = [
4444
"Apache-2.0",
4545
"ISC",
4646
"MIT",
47-
"OpenSSL",
48-
"Unicode-3.0",
49-
"MPL-2.0",
5047
"BSD-3-Clause",
5148
]
49+
exceptions = [
50+
{ allow = ["OpenSSL"], name = "aws-lc-sys" },
51+
{ allow = ["Unicode-3.0"], name = "unicode-ident" },
52+
{ allow = ["MPL-2.0"], name = "webpki-roots" },
53+
]

0 commit comments

Comments
 (0)