diff --git a/crates/net/p2p/Cargo.toml b/crates/net/p2p/Cargo.toml index eb49c24f4b44..292753d45c16 100644 --- a/crates/net/p2p/Cargo.toml +++ b/crates/net/p2p/Cargo.toml @@ -50,6 +50,7 @@ test-utils = [ "reth-network-types/test-utils", "reth-primitives/test-utils", "reth-primitives-traits/test-utils", + "alloy-primitives/rand", ] std = [ "reth-consensus/std",