mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-11 15:35:07 -05:00
chore: move reqwest to workspace dep (#7910)
This commit is contained in:
@@ -36,9 +36,7 @@ revm-primitives.workspace = true
|
||||
# async
|
||||
async-trait.workspace = true
|
||||
hyper.workspace = true
|
||||
http.workspace = true
|
||||
http-body.workspace = true
|
||||
reqwest = { version = "0.11", default-features = false, features = [
|
||||
reqwest = { workspace = true, default-features = false, features = [
|
||||
"rustls-tls-native-roots",
|
||||
] }
|
||||
tracing.workspace = true
|
||||
|
||||
@@ -95,7 +95,7 @@ impl SequencerClient {
|
||||
|
||||
self.http_client()
|
||||
.post(self.endpoint())
|
||||
.header(http::header::CONTENT_TYPE, "application/json")
|
||||
.header(reqwest::header::CONTENT_TYPE, "application/json")
|
||||
.body(body)
|
||||
.send()
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user