mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: downgrade trie debug logs to trace, cleanup debug logs more (#5285)
This commit is contained in:
@ -10,16 +10,16 @@ description = "Task management"
|
||||
|
||||
[dependencies]
|
||||
|
||||
## async
|
||||
# async
|
||||
tokio = { workspace = true, features = ["sync", "rt"] }
|
||||
tracing-futures = "0.2"
|
||||
futures-util.workspace = true
|
||||
|
||||
## metrics
|
||||
# metrics
|
||||
reth-metrics.workspace = true
|
||||
metrics.workspace = true
|
||||
|
||||
## misc
|
||||
# misc
|
||||
tracing.workspace = true
|
||||
thiserror.workspace = true
|
||||
dyn-clone = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user