mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-01 18:44:58 -05:00
chore(deps): bump revm-inspector with js tracing fix (#8523)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -8009,7 +8009,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "revm-inspectors"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=dc2bdbc#dc2bdbc783cd337cb31d2ce64652b9b2cfba358f"
|
||||
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=0f43cf5#0f43cf5d15fef5f7db5a318a4985758852911c6a"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=7320d4c)",
|
||||
|
||||
@@ -310,7 +310,7 @@ revm = { version = "9.0.0", features = [
|
||||
revm-primitives = { version = "4.0.0", features = [
|
||||
"std",
|
||||
], default-features = false }
|
||||
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "dc2bdbc" }
|
||||
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "0f43cf5" }
|
||||
|
||||
# eth
|
||||
alloy-chains = "0.1.15"
|
||||
|
||||
Reference in New Issue
Block a user