feat: support any node format in admin API (#7247)

This commit is contained in:
Matthias Seitz
2024-03-20 18:37:06 +01:00
committed by GitHub
parent a4e32c84f2
commit 1c6ea1e30a
9 changed files with 162 additions and 17 deletions

View File

@ -21,7 +21,7 @@ tracing.workspace = true
pin-project-lite = "0.2.9"
tokio = { workspace = true, features = ["time"] }
thiserror.workspace = true
serde_with = { version = "3.3.0", optional = true }
serde_with = { workspace = true, optional = true }
[dev-dependencies]
reth-tracing.workspace = true