From e19ca3abc5e41c56d12882aac1eceb6258cab732 Mon Sep 17 00:00:00 2001 From: fdsuuo Date: Sun, 30 Jun 2024 11:10:14 +0800 Subject: [PATCH 1/2] chore(deps): remove igd-next --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c7f2ad92e9..7110a39197a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -484,7 +484,6 @@ tower-http = "0.5" # p2p discv5 = "0.6.0" -igd-next = "0.14.3" # rpc jsonrpsee = "0.23" From 63f1f608be5bbd7afd073dbdcfd3d07e2d56d989 Mon Sep 17 00:00:00 2001 From: fdsuuo Date: Sun, 30 Jun 2024 11:19:48 +0800 Subject: [PATCH 2/2] fix: remove attohttpc --- deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deny.toml b/deny.toml index bfe4169798b..43169849596 100644 --- a/deny.toml +++ b/deny.toml @@ -64,7 +64,6 @@ exceptions = [ { allow = ["CC0-1.0"], name = "aurora-engine-modexp" }, # TODO: decide on MPL-2.0 handling # These dependencies are grandfathered in in https://github.com/paradigmxyz/reth/pull/6980 - { allow = ["MPL-2.0"], name = "attohttpc" }, { allow = ["MPL-2.0"], name = "option-ext" }, { allow = ["MPL-2.0"], name = "webpki-roots" }, ]