chore: inspectors

This commit is contained in:
Matthias Seitz
2025-10-17 10:49:06 +02:00
parent e7a470faa0
commit c59c327928
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -10960,9 +10960,9 @@ dependencies = [
[[package]]
name = "revm-inspectors"
version = "0.31.0"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce1228a7989cc3d9af84c0de2abe39680a252c265877e67d2f0fb4f392cb690"
checksum = "782c38fa94f99b4b15f1690bffc2c3cbf06a0f460cf163b470d126914b47d343"
dependencies = [
"alloy-primitives",
"alloy-rpc-types-eth",

View File

@@ -479,7 +479,7 @@ revm-context = { version = "10.1.0", default-features = false }
revm-context-interface = { version = "11.1.0", default-features = false }
revm-database-interface = { version = "8.0.1", default-features = false }
op-revm = { version = "11.1.0", default-features = false }
revm-inspectors = "0.31.0"
revm-inspectors = "0.31.2"
# eth
alloy-chains = { version = "0.2.5", default-features = false }