mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): move http crate deps to workspace (#7791)
This commit is contained in:
@ -349,6 +349,8 @@ futures-util = "0.3.25"
|
|||||||
hyper = "0.14.25"
|
hyper = "0.14.25"
|
||||||
tower = "0.4"
|
tower = "0.4"
|
||||||
tower-http = "0.4"
|
tower-http = "0.4"
|
||||||
|
http = "0.2.8"
|
||||||
|
http-body = "0.4.5"
|
||||||
|
|
||||||
# p2p
|
# p2p
|
||||||
discv5 = { git = "https://github.com/sigp/discv5", rev = "04ac004" }
|
discv5 = { git = "https://github.com/sigp/discv5", rev = "04ac004" }
|
||||||
|
|||||||
@ -88,7 +88,7 @@ procfs = "0.16.0"
|
|||||||
proptest.workspace = true
|
proptest.workspace = true
|
||||||
tempfile.workspace = true
|
tempfile.workspace = true
|
||||||
jsonrpsee.workspace = true
|
jsonrpsee.workspace = true
|
||||||
assert_matches = "1.5.0"
|
assert_matches.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
optimism = [
|
optimism = [
|
||||||
|
|||||||
@ -35,8 +35,8 @@ revm-primitives.workspace = true
|
|||||||
# async
|
# async
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
hyper.workspace = true
|
hyper.workspace = true
|
||||||
http = "0.2.8"
|
http.workspace = true
|
||||||
http-body = "0.4.5"
|
http-body.workspace = true
|
||||||
reqwest = { version = "0.11", default-features = false, features = [
|
reqwest = { version = "0.11", default-features = false, features = [
|
||||||
"rustls-tls",
|
"rustls-tls",
|
||||||
]}
|
]}
|
||||||
|
|||||||
@ -42,8 +42,8 @@ revm-primitives = { workspace = true, features = ["serde"] }
|
|||||||
|
|
||||||
# rpc
|
# rpc
|
||||||
jsonrpsee.workspace = true
|
jsonrpsee.workspace = true
|
||||||
http = "0.2.8"
|
http.workspace = true
|
||||||
http-body = "0.4.5"
|
http-body.workspace = true
|
||||||
hyper.workspace = true
|
hyper.workspace = true
|
||||||
jsonwebtoken = "8"
|
jsonwebtoken = "8"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user