chore: move bytes to workspace dep (#3302)

This commit is contained in:
Matthias Seitz
2023-06-21 21:13:32 +02:00
committed by GitHub
parent ee4f6b32a0
commit 5b20aece2b
8 changed files with 9 additions and 8 deletions

View File

@ -26,7 +26,7 @@ tower = "0.4"
jsonrpsee = { version = "0.18", features = ["server", "client"] }
serde_json = { workspace = true }
tracing = { workspace = true }
bytes = "1.4"
bytes = { workspace = true }
thiserror = { workspace = true }
[dev-dependencies]