mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use workspace dependencies (#3132)
This commit is contained in:
@ -11,17 +11,17 @@ description = "Task management"
|
||||
[dependencies]
|
||||
|
||||
## async
|
||||
tokio = { version = "1", features = ["sync", "rt"] }
|
||||
tokio = { workspace = true, features = ["sync", "rt"] }
|
||||
tracing-futures = "0.2"
|
||||
futures-util = "0.3"
|
||||
futures-util = { workspace = true }
|
||||
|
||||
## misc
|
||||
tracing = { workspace = true }
|
||||
thiserror = "1.0"
|
||||
thiserror = { workspace = true }
|
||||
dyn-clone = "1.0"
|
||||
|
||||
## rpc/metrics
|
||||
reth-metrics = { path = "../metrics" }
|
||||
reth-metrics = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["sync", "rt", "rt-multi-thread", "time", "macros"] }
|
||||
tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread", "time", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user