chore: bump inspectors 0.30 (#18633)

This commit is contained in:
Matthias Seitz
2025-09-23 13:01:08 +02:00
committed by GitHub
parent 7dc3aea930
commit f225751c12
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -10920,9 +10920,9 @@ dependencies = [
[[package]]
name = "revm-inspectors"
version = "0.29.2"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fdb678b03faa678a7007a7c761a78efa9ca9adcd9434ef3d1ad894aec6e43d1"
checksum = "e9b329afcc0f9fd5adfa2c6349a7435a8558e82bcae203142103a9a95e2a63b6"
dependencies = [
"alloy-primitives",
"alloy-rpc-types-eth",

View File

@@ -471,7 +471,7 @@ revm-context = { version = "9.1.0", default-features = false }
revm-context-interface = { version = "10.2.0", default-features = false }
revm-database-interface = { version = "7.0.5", default-features = false }
op-revm = { version = "10.1.0", default-features = false }
revm-inspectors = "0.29.2"
revm-inspectors = "0.30.0"
# eth
alloy-chains = { version = "0.2.5", default-features = false }