From 3e7e89e7a631920db2117f1004ca933b44c7d3bf Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Tue, 2 Jul 2024 08:47:17 +0300 Subject: [PATCH] fix: cargo deny --- deny.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deny.toml b/deny.toml index 9d5a8bd..2a9816a 100644 --- a/deny.toml +++ b/deny.toml @@ -23,9 +23,6 @@ allow = [ "ISC", "Unicode-DFS-2016", "Unlicense", - "MPL-2.0", - # https://github.com/briansmith/ring/issues/902 - "LicenseRef-ring", ] exceptions = [ @@ -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]]