Skip to content

Commit 3e7e89e

Browse files
committed
fix: cargo deny
1 parent 9d0d97c commit 3e7e89e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

deny.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ allow = [
2323
"ISC",
2424
"Unicode-DFS-2016",
2525
"Unlicense",
26-
"MPL-2.0",
27-
# https://github.com/briansmith/ring/issues/902
28-
"LicenseRef-ring",
2926
]
3027

3128
exceptions = [
@@ -35,8 +32,7 @@ exceptions = [
3532
{ allow = ["CC0-1.0"], name = "secp256k1" },
3633
{ allow = ["CC0-1.0"], name = "secp256k1-sys" },
3734
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
38-
{ allow = ["CC0-1.0"], name = "to_method" },
39-
{ allow = ["CC0-1.0"], name = "trezor-client" },
35+
{ allow = ["CC0-1.0"], name = "aurora-engine-modexp" },
4036
]
4137

4238
[[licenses.clarify]]

0 commit comments

Comments
 (0)