diff --git a/Cargo.lock b/Cargo.lock index 29b00ae26..efccf1993 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8732,6 +8732,7 @@ dependencies = [ "once_cell", "parity-bytes", "parking_lot", + "reqwest", "reth", "reth-basic-payload-builder", "reth-chainspec", diff --git a/Cargo.toml b/Cargo.toml index 939525818..a9d4fc9db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,6 +91,7 @@ tokio-stream = "0.1" tracing = "0.1" rmp-serde = "1.0.0" lz4_flex = "0.11.3" +reqwest = { version = "0.12", default-features = false } [target.'cfg(unix)'.dependencies]