chore(deps): bump revm-inspector with js tracing fix (#8523)

This commit is contained in:
Matthias Seitz
2024-05-31 12:00:53 +02:00
committed by GitHub
parent 21613bb58d
commit dde2c41044
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -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)",

View File

@@ -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"