chore: move tower+hyper to workspace (#7150)

This commit is contained in:
Matthias Seitz
2024-03-15 12:22:12 +01:00
committed by GitHub
parent fdbe63b132
commit 27194def04
5 changed files with 10 additions and 7 deletions

View File

@ -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"] }