mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: bump revm-inspectors (#10815)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -8931,9 +8931,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "revm-inspectors"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "59710f2721248e49d99e4b02254c823c36af6ccbb27cc99a02818896670fbcfc"
|
||||
checksum = "5d37cf496100c6ff1fb7de04a0e05318b7f36b36aec54054bdeeb3346fb2abeb"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rpc-types-eth",
|
||||
|
||||
@ -410,7 +410,7 @@ revm = { version = "14.0.0", features = [
|
||||
"secp256k1",
|
||||
"blst",
|
||||
], default-features = false }
|
||||
revm-inspectors = "0.6.1"
|
||||
revm-inspectors = "0.7"
|
||||
revm-primitives = { version = "9.0.0", features = [
|
||||
"std",
|
||||
], default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user