From 7e9d2c1a34fc85aa4cdaab39015c4f36f8cbcd2f Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:00:51 -0500 Subject: [PATCH] chore: remove unused trie-common alloy-serde dep (#13201) --- crates/trie/common/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/trie/common/Cargo.toml b/crates/trie/common/Cargo.toml index 73fce5f8e..4f6a927d4 100644 --- a/crates/trie/common/Cargo.toml +++ b/crates/trie/common/Cargo.toml @@ -57,7 +57,7 @@ serde_with.workspace = true [features] eip1186 = [ - "dep:alloy-rpc-types-eth", + "alloy-rpc-types-eth/serde", "dep:alloy-serde", ] serde = [ @@ -88,7 +88,7 @@ test-utils = [ arbitrary = [ "alloy-trie/arbitrary", "dep:arbitrary", - "alloy-serde/arbitrary", + "alloy-serde?/arbitrary", "reth-primitives-traits/arbitrary", "alloy-consensus/arbitrary", "alloy-primitives/arbitrary",