mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-22 21:58:05 -05:00
chore: bump inspectors 0.24 (#16797)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user