Skip to content

Commit 7b435e0

Browse files
authored
chore: bump revm-inspectors 53aa2b2 (#8656)
1 parent 19a9b3f commit 7b435e0

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

Cargo.lock

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ reth-trie-parallel = { path = "crates/trie/parallel" }
321321
# revm
322322
revm = { version = "9.0.0", features = [ "std", "secp256k1", "blst", ], default-features = false }
323323
revm-primitives = { version = "4.0.0", features = [ "std", ], default-features = false }
324-
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "421f9e4" }
324+
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "53aa2b2" }
325325

326326
# eth
327327
alloy-chains = "0.1.15"
@@ -330,21 +330,21 @@ alloy-dyn-abi = "0.7.2"
330330
alloy-sol-types = "0.7.2"
331331
alloy-rlp = "0.3.4"
332332
alloy-trie = "0.4"
333-
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
334-
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
335-
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
336-
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
337-
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
338-
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
339-
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
340-
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "5796024", default-features = false, features = [
333+
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
334+
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
335+
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
336+
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
337+
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
338+
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
339+
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
340+
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93", default-features = false, features = [
341341
"reqwest",
342342
] }
343-
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "5796024" }
344-
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
345-
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
346-
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
347-
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
343+
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "cc68b93" }
344+
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
345+
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
346+
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
347+
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
348348

349349
# misc
350350
auto_impl = "1"

0 commit comments

Comments
 (0)