chore: update dependencies with breaking changes (#4555)

This commit is contained in:
DaniPopes
2023-09-11 16:53:09 +02:00
committed by GitHub
parent 7dd14a7eba
commit 28f5118048
19 changed files with 208 additions and 210 deletions

View File

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