mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: move reqwest to workspace dep (#7910)
This commit is contained in:
@@ -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