mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move bytes to workspace dep (#3302)
This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user