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

@ -21,7 +21,7 @@ tokio-util = { workspace = true, features = ["codec"] }
tokio-stream.workspace = true
async-trait.workspace = true
pin-project.workspace = true
tower = "0.4"
tower.workspace = true
# misc
jsonrpsee = { workspace = true, features = ["server", "client"] }