mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move tower+hyper to workspace (#7150)
This commit is contained in:
@ -24,9 +24,9 @@ reth-node-api.workspace = true
|
||||
|
||||
# rpc/net
|
||||
jsonrpsee = { workspace = true, features = ["server"] }
|
||||
tower-http = { version = "0.4", features = ["full"] }
|
||||
tower = { version = "0.4", features = ["full"] }
|
||||
hyper = "0.14"
|
||||
tower-http = { workspace = true, features = ["full"] }
|
||||
tower = { workspace = true, features = ["full"] }
|
||||
hyper.workspace = true
|
||||
|
||||
# metrics
|
||||
reth-metrics = { workspace = true, features = ["common"] }
|
||||
|
||||
Reference in New Issue
Block a user