chore: fix warning in examples (#14537)

This commit is contained in:
DaniPopes
2025-02-17 17:49:40 +01:00
committed by GitHub
parent e8286593ed
commit f17e701364
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -2986,7 +2986,6 @@ name = "example-bsc-p2p"
version = "0.0.0"
dependencies = [
"alloy-genesis",
"alloy-primitives",
"reth-chainspec",
"reth-discv4",
"reth-network",

View File

@ -24,4 +24,3 @@ tokio-stream.workspace = true
serde_json.workspace = true
alloy-genesis.workspace = true
alloy-primitives.workspace = true