mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump revm to v3.1.0 (#2113)
This commit is contained in:
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user