mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: inspectors
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user