From 1edd9d1e4369a138fb3559d4cc11c6593507390f Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Fri, 12 Apr 2024 16:49:00 +0200 Subject: [PATCH] fix(test): add missing dep (#7595) --- crates/net/downloaders/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/net/downloaders/Cargo.toml b/crates/net/downloaders/Cargo.toml index 8f1d5612b..83aadb853 100644 --- a/crates/net/downloaders/Cargo.toml +++ b/crates/net/downloaders/Cargo.toml @@ -45,6 +45,7 @@ itertools.workspace = true [dev-dependencies] reth-db = { workspace = true, features = ["test-utils"] } reth-interfaces = { workspace = true, features = ["test-utils"] } +reth-provider = { workspace = true, features = ["test-utils"] } reth-tracing.workspace = true assert_matches.workspace = true