@@ -321,7 +321,7 @@ reth-trie-parallel = { path = "crates/trie/parallel" }
321
321
# revm
322
322
revm = { version = " 9.0.0" , features = [ " std" , " secp256k1" , " blst" , ], default-features = false }
323
323
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 " }
325
325
326
326
# eth
327
327
alloy-chains = " 0.1.15"
@@ -330,21 +330,21 @@ alloy-dyn-abi = "0.7.2"
330
330
alloy-sol-types = " 0.7.2"
331
331
alloy-rlp = " 0.3.4"
332
332
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 = [
341
341
" reqwest" ,
342
342
] }
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 " }
348
348
349
349
# misc
350
350
auto_impl = " 1"
0 commit comments