chore: bump revm to v3.1.0 (#2113)

This commit is contained in:
rakita
2023-04-04 16:50:09 +02:00
committed by GitHub
parent ee99987e9e
commit 89c525f9c9
11 changed files with 37 additions and 30 deletions

View File

@ -17,7 +17,7 @@ reth-executor = { path = "../executor" }
reth-consensus-common = { path = "../consensus/common" }
# revm
revm = { version = "3.0.0" }
revm = { version = "3.1.0" }
# common
tracing = "0.1.37"

View File

@ -11,7 +11,7 @@ description = "revm inspector implementations used by reth"
reth-primitives = { path = "../../primitives" }
reth-rpc-types = { path = "../../rpc/rpc-types" }
revm = { version = "3.0.0" }
revm = { version = "3.1.0" }
# remove from reth and reexport from revm
hashbrown = "0.13"

View File

@ -10,4 +10,4 @@ description = "core reth specific revm utilities"
# reth
reth-primitives = { path = "../../primitives" }
revm = { version = "3.0.0" }
revm = { version = "3.1.0" }