From f17e701364b630768b3c4f0e867570fa9c574258 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:49:40 +0100 Subject: [PATCH] chore: fix warning in examples (#14537) --- Cargo.lock | 1 - examples/bsc-p2p/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index add07fcc2..c2b438f1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2986,7 +2986,6 @@ name = "example-bsc-p2p" version = "0.0.0" dependencies = [ "alloy-genesis", - "alloy-primitives", "reth-chainspec", "reth-discv4", "reth-network", diff --git a/examples/bsc-p2p/Cargo.toml b/examples/bsc-p2p/Cargo.toml index 0bdee25a6..d5a7c982d 100644 --- a/examples/bsc-p2p/Cargo.toml +++ b/examples/bsc-p2p/Cargo.toml @@ -24,4 +24,3 @@ tokio-stream.workspace = true serde_json.workspace = true alloy-genesis.workspace = true -alloy-primitives.workspace = true