From 27a389c5aaecb7d5ae700b4efc0900fed973c838 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:47:00 -0400 Subject: [PATCH] chore: Add reqwest --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) 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]