chore(deps): bump inspectors 027 (#17543)

This commit is contained in:
Matthias Seitz
2025-07-21 22:17:46 +02:00
committed by GitHub
parent 1eff10d871
commit f532e49d2d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -10803,9 +10803,9 @@ dependencies = [
[[package]]
name = "revm-inspectors"
version = "0.26.5"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7b99a2332cf8eed9e9a22fffbf76dfadc99d2c45de6ae6431a1eb9f657dd97a"
checksum = "aad27cab355b0aa905d0744f3222e716b40ad48b32276ac4b0a615f2c3364c97"
dependencies = [
"alloy-primitives",
"alloy-rpc-types-eth",

View File

@@ -465,7 +465,7 @@ revm-context = { version = "8.0.2", default-features = false }
revm-context-interface = { version = "8.0.1", default-features = false }
revm-database-interface = { version = "7.0.1", default-features = false }
op-revm = { version = "8.0.3", default-features = false }
revm-inspectors = "0.26.5"
revm-inspectors = "0.27.1"
# eth
alloy-chains = { version = "0.2.5", default-features = false }