From dde2c4104490230fe13475912fc96216993cb095 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 31 May 2024 12:00:53 +0200 Subject: [PATCH] chore(deps): bump revm-inspector with js tracing fix (#8523) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0642ef6cfc..e5a6799e40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index b0bbe19f30..dfa5db3f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"