Skip to content

Commit

Permalink
fix: cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Jul 2, 2024
1 parent 9d0d97c commit 3e7e89e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ allow = [
"ISC",
"Unicode-DFS-2016",
"Unlicense",
"MPL-2.0",
# https://github.com/briansmith/ring/issues/902
"LicenseRef-ring",
]

exceptions = [
Expand All @@ -35,8 +32,7 @@ exceptions = [
{ allow = ["CC0-1.0"], name = "secp256k1" },
{ allow = ["CC0-1.0"], name = "secp256k1-sys" },
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
{ allow = ["CC0-1.0"], name = "to_method" },
{ allow = ["CC0-1.0"], name = "trezor-client" },
{ allow = ["CC0-1.0"], name = "aurora-engine-modexp" },
]

[[licenses.clarify]]
Expand Down

0 comments on commit 3e7e89e

Please sign in to comment.