From 5a0b523189e258d0ba783425d5a8ebad642a0bee Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sat, 30 Nov 2024 17:38:53 +0100 Subject: [PATCH] chore: remove rand feature (#13040) --- crates/ethereum-forks/Cargo.toml | 2 +- crates/net/discv4/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ethereum-forks/Cargo.toml b/crates/ethereum-forks/Cargo.toml index 60572b459..be062fb96 100644 --- a/crates/ethereum-forks/Cargo.toml +++ b/crates/ethereum-forks/Cargo.toml @@ -14,7 +14,7 @@ workspace = true [dependencies] # ethereum alloy-chains.workspace = true -alloy-primitives = { workspace = true, features = ["serde", "rand", "rlp"] } +alloy-primitives = { workspace = true, features = ["serde", "rlp"] } alloy-rlp = { workspace = true, features = ["arrayvec", "derive"] } once_cell.workspace = true diff --git a/crates/net/discv4/Cargo.toml b/crates/net/discv4/Cargo.toml index f1c8410ee..1030825a9 100644 --- a/crates/net/discv4/Cargo.toml +++ b/crates/net/discv4/Cargo.toml @@ -19,7 +19,7 @@ reth-net-nat.workspace = true reth-network-peers = { workspace = true, features = ["secp256k1"] } # ethereum -alloy-primitives.workspace = true +alloy-primitives = { workspace = true, features = ["rand"] } alloy-rlp = { workspace = true, features = ["derive"] } discv5.workspace = true secp256k1 = { workspace = true, features = [