mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Remove reqwest re-exports from eth2 (#8829)
Remove `reqwest` from being re-exported within `eth2` Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -4217,6 +4217,7 @@ dependencies = [
|
||||
"parking_lot",
|
||||
"proto_array",
|
||||
"rand 0.9.2",
|
||||
"reqwest",
|
||||
"safe_arith",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
@@ -6159,6 +6160,7 @@ dependencies = [
|
||||
"environment",
|
||||
"eth2",
|
||||
"execution_layer",
|
||||
"reqwest",
|
||||
"sensitive_url",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
@@ -9688,6 +9690,7 @@ dependencies = [
|
||||
"graffiti_file",
|
||||
"logging",
|
||||
"parking_lot",
|
||||
"reqwest",
|
||||
"safe_arith",
|
||||
"slot_clock",
|
||||
"task_executor",
|
||||
@@ -9716,6 +9719,7 @@ dependencies = [
|
||||
"eth2",
|
||||
"mockito",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"sensitive_url",
|
||||
"serde_json",
|
||||
"tracing",
|
||||
@@ -9810,6 +9814,7 @@ dependencies = [
|
||||
"bytes",
|
||||
"eth2",
|
||||
"headers",
|
||||
"reqwest",
|
||||
"safe_arith",
|
||||
"serde",
|
||||
"serde_array_query",
|
||||
|
||||
Reference in New Issue
Block a user