@@ -343,7 +343,7 @@ reth-ethereum-consensus = { path = "crates/ethereum/consensus" }
343
343
reth-ethereum-engine-primitives = { path = " crates/ethereum/engine-primitives" }
344
344
reth-ethereum-forks = { path = " crates/ethereum-forks" , default-features = false }
345
345
reth-ethereum-payload-builder = { path = " crates/ethereum/payload" }
346
- reth-ethereum-primitives = { path = " crates/ethereum/primitives" , default-features = false }
346
+ reth-ethereum-primitives = { path = " crates/ethereum/primitives" , default-features = false }
347
347
reth-etl = { path = " crates/etl" }
348
348
reth-evm = { path = " crates/evm" }
349
349
reth-evm-ethereum = { path = " crates/ethereum/evm" }
@@ -427,58 +427,58 @@ reth-zstd-compressors = { path = "crates/storage/zstd-compressors", default-feat
427
427
428
428
# revm
429
429
revm = { version = " 18.0.0" , features = [" std" ], default-features = false }
430
- revm-inspectors = " 0.12 .0"
430
+ revm-inspectors = " 0.13 .0"
431
431
revm-primitives = { version = " 14.0.0" , default-features = false }
432
432
433
433
# eth
434
434
alloy-chains = { version = " 0.1.32" , default-features = false }
435
- alloy-dyn-abi = " 0.8.11 "
436
- alloy-primitives = { version = " 0.8.11 " , default-features = false }
435
+ alloy-dyn-abi = " 0.8.15 "
436
+ alloy-primitives = { version = " 0.8.15 " , default-features = false }
437
437
alloy-rlp = { version = " 0.3.10" , default-features = false }
438
- alloy-sol-types = " 0.8.11 "
438
+ alloy-sol-types = " 0.8.15 "
439
439
alloy-trie = { version = " 0.7" , default-features = false }
440
440
441
- alloy-consensus = { version = " 0.7.3 " , default-features = false }
442
- alloy-contract = { version = " 0.7.3 " , default-features = false }
443
- alloy-eips = { version = " 0.7.3 " , default-features = false }
444
- alloy-genesis = { version = " 0.7.3 " , default-features = false }
445
- alloy-json-rpc = { version = " 0.7.3 " , default-features = false }
446
- alloy-network = { version = " 0.7.3 " , default-features = false }
447
- alloy-network-primitives = { version = " 0.7.3 " , default-features = false }
448
- alloy-node-bindings = { version = " 0.7.3 " , default-features = false }
449
- alloy-provider = { version = " 0.7.3 " , features = [
441
+ alloy-consensus = { version = " 0.8.0 " , default-features = false }
442
+ alloy-contract = { version = " 0.8.0 " , default-features = false }
443
+ alloy-eips = { version = " 0.8.0 " , default-features = false }
444
+ alloy-genesis = { version = " 0.8.0 " , default-features = false }
445
+ alloy-json-rpc = { version = " 0.8.0 " , default-features = false }
446
+ alloy-network = { version = " 0.8.0 " , default-features = false }
447
+ alloy-network-primitives = { version = " 0.8.0 " , default-features = false }
448
+ alloy-node-bindings = { version = " 0.8.0 " , default-features = false }
449
+ alloy-provider = { version = " 0.8.0 " , features = [
450
450
" reqwest" ,
451
451
], default-features = false }
452
- alloy-pubsub = { version = " 0.7.3 " , default-features = false }
453
- alloy-rpc-client = { version = " 0.7.3 " , default-features = false }
454
- alloy-rpc-types = { version = " 0.7.3 " , features = [
452
+ alloy-pubsub = { version = " 0.8.0 " , default-features = false }
453
+ alloy-rpc-client = { version = " 0.8.0 " , default-features = false }
454
+ alloy-rpc-types = { version = " 0.8.0 " , features = [
455
455
" eth" ,
456
456
], default-features = false }
457
- alloy-rpc-types-admin = { version = " 0.7.3 " , default-features = false }
458
- alloy-rpc-types-anvil = { version = " 0.7.3 " , default-features = false }
459
- alloy-rpc-types-beacon = { version = " 0.7.3 " , default-features = false }
460
- alloy-rpc-types-debug = { version = " 0.7.3 " , default-features = false }
461
- alloy-rpc-types-engine = { version = " 0.7.3 " , default-features = false }
462
- alloy-rpc-types-eth = { version = " 0.7.3 " , default-features = false }
463
- alloy-rpc-types-mev = { version = " 0.7.3 " , default-features = false }
464
- alloy-rpc-types-trace = { version = " 0.7.3 " , default-features = false }
465
- alloy-rpc-types-txpool = { version = " 0.7.3 " , default-features = false }
466
- alloy-serde = { version = " 0.7.3 " , default-features = false }
467
- alloy-signer = { version = " 0.7.3 " , default-features = false }
468
- alloy-signer-local = { version = " 0.7.3 " , default-features = false }
469
- alloy-transport = { version = " 0.7.3 " }
470
- alloy-transport-http = { version = " 0.7.3 " , features = [
457
+ alloy-rpc-types-admin = { version = " 0.8.0 " , default-features = false }
458
+ alloy-rpc-types-anvil = { version = " 0.8.0 " , default-features = false }
459
+ alloy-rpc-types-beacon = { version = " 0.8.0 " , default-features = false }
460
+ alloy-rpc-types-debug = { version = " 0.8.0 " , default-features = false }
461
+ alloy-rpc-types-engine = { version = " 0.8.0 " , default-features = false }
462
+ alloy-rpc-types-eth = { version = " 0.8.0 " , default-features = false }
463
+ alloy-rpc-types-mev = { version = " 0.8.0 " , default-features = false }
464
+ alloy-rpc-types-trace = { version = " 0.8.0 " , default-features = false }
465
+ alloy-rpc-types-txpool = { version = " 0.8.0 " , default-features = false }
466
+ alloy-serde = { version = " 0.8.0 " , default-features = false }
467
+ alloy-signer = { version = " 0.8.0 " , default-features = false }
468
+ alloy-signer-local = { version = " 0.8.0 " , default-features = false }
469
+ alloy-transport = { version = " 0.8.0 " }
470
+ alloy-transport-http = { version = " 0.8.0 " , features = [
471
471
" reqwest-rustls-tls" ,
472
472
], default-features = false }
473
- alloy-transport-ipc = { version = " 0.7.3 " , default-features = false }
474
- alloy-transport-ws = { version = " 0.7.3 " , default-features = false }
473
+ alloy-transport-ipc = { version = " 0.8.0 " , default-features = false }
474
+ alloy-transport-ws = { version = " 0.8.0 " , default-features = false }
475
475
476
476
# op
477
- op-alloy-rpc-types = " 0.7.3 "
478
- op-alloy-rpc-types-engine = " 0.7.3 "
479
- op-alloy-rpc-jsonrpsee = " 0.7.3 "
480
- op-alloy-network = " 0.7.3 "
481
- op-alloy-consensus = " 0.7.3 "
477
+ op-alloy-rpc-types = " 0.8.0 "
478
+ op-alloy-rpc-types-engine = " 0.8.0 "
479
+ op-alloy-rpc-jsonrpsee = " 0.8.0 "
480
+ op-alloy-network = " 0.8.0 "
481
+ op-alloy-consensus = " 0.8.0 "
482
482
483
483
# misc
484
484
aquamarine = " 0.6"
@@ -495,7 +495,7 @@ cfg-if = "1.0"
495
495
clap = " 4"
496
496
const_format = { version = " 0.2.32" , features = [" rust_1_64" ] }
497
497
dashmap = " 6.0"
498
- derive_more = { version = " 1" , default-features = false , features = [" full" ] }
498
+ derive_more = { version = " 1" , default-features = false , features = [" full" ] }
499
499
dyn-clone = " 1.0.17"
500
500
eyre = " 0.6"
501
501
fdlimit = " 0.3.0"
0 commit comments