chore: bump inspectors 0.24 (#16797)

This commit is contained in:
Matthias Seitz
2025-06-13 13:07:45 +02:00
committed by GitHub
parent 6f1a32bd04
commit 71d8420426
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -10632,9 +10632,9 @@ dependencies = [
[[package]]
name = "revm-inspectors"
version = "0.23.1"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "354e963abdea6d5b80b978614e0016a098a764063f92b2316c624faacd5301cb"
checksum = "48db62c066383dfc2e9636c31999265d48c19fc47652a85f9b3071c2e7512158"
dependencies = [
"alloy-primitives",
"alloy-rpc-types-eth",

View File

@@ -457,7 +457,7 @@ revm-context = { version = "5.0.0", default-features = false }
revm-context-interface = { version = "5.0.0", default-features = false }
revm-database-interface = { version = "4.0.0", default-features = false }
op-revm = { version = "5.0.0", default-features = false }
revm-inspectors = "0.23.0"
revm-inspectors = "0.24.0"
# eth
alloy-chains = { version = "0.2.0", default-features = false }