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

@@ -15,7 +15,7 @@ reth-rpc-types.workspace = true
revm.workspace = true
# remove from reth and reexport from revm
hashbrown = "0.13"
hashbrown = "0.14"
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true, optional = true }