@@ -430,24 +430,24 @@ reth-trie-sparse = { path = "crates/trie/sparse" }
430
430
reth-zstd-compressors = { path = " crates/storage/zstd-compressors" , default-features = false }
431
431
432
432
# revm
433
- revm = { version = " 20.0.0-alpha.3 " , default-features = false }
434
- revm-bytecode = { version = " 1.0.0-alpha.2 " , default-features = false }
435
- revm-database = { version = " 1.0.0-alpha.2 " , default-features = false }
436
- revm-state = { version = " 1.0.0-alpha.2 " , default-features = false }
437
- revm-primitives = { version = " 16.0.0-alpha.2 " , default-features = false }
438
- revm-interpreter = { version = " 16.0.0-alpha.3 " , default-features = false }
439
- revm-inspector = { version = " 1.0.0-alpha.3 " , default-features = false }
440
- revm-context = { version = " 1.0.0-alpha.2 " , default-features = false }
441
- revm-context-interface = { version = " 1.0.0-alpha.2 " , default-features = false }
442
- revm-database-interface = { version = " 1.0.0-alpha.2 " , default-features = false }
443
- op-revm = { version = " 1.0.0-alpha.2 " , default-features = false }
433
+ revm = { version = " 20.0.0-alpha.4 " , default-features = false }
434
+ revm-bytecode = { version = " 1.0.0-alpha.3 " , default-features = false }
435
+ revm-database = { version = " 1.0.0-alpha.3 " , default-features = false }
436
+ revm-state = { version = " 1.0.0-alpha.3 " , default-features = false }
437
+ revm-primitives = { version = " 16.0.0-alpha.3 " , default-features = false }
438
+ revm-interpreter = { version = " 16.0.0-alpha.4 " , default-features = false }
439
+ revm-inspector = { version = " 1.0.0-alpha.4 " , default-features = false }
440
+ revm-context = { version = " 1.0.0-alpha.3 " , default-features = false }
441
+ revm-context-interface = { version = " 1.0.0-alpha.3 " , default-features = false }
442
+ revm-database-interface = { version = " 1.0.0-alpha.3 " , default-features = false }
443
+ op-revm = { version = " 1.0.0-alpha.3 " , default-features = false }
444
444
revm-inspectors = " 0.16"
445
445
446
446
# eth
447
447
alloy-chains = { version = " 0.1.64" , default-features = false }
448
448
alloy-dyn-abi = " 0.8.20"
449
449
alloy-eip2124 = { version = " 0.1.0" , default-features = false }
450
- alloy-evm = { git = " https://github.com/alloy-rs/evm" , rev = " 03a3480 " , default-features = false }
450
+ alloy-evm = { git = " https://github.com/alloy-rs/evm" , rev = " a5722ee " , default-features = false }
451
451
alloy-primitives = { version = " 0.8.20" , default-features = false , features = [" map-foldhash" ] }
452
452
alloy-rlp = { version = " 0.3.10" , default-features = false , features = [" core-net" ] }
453
453
alloy-sol-types = { version = " 0.8.20" , default-features = false }
@@ -485,7 +485,7 @@ alloy-transport-ipc = { version = "0.12.4", default-features = false }
485
485
alloy-transport-ws = { version = " 0.12.4" , default-features = false }
486
486
487
487
# op
488
- alloy-op-evm = { git = " https://github.com/alloy-rs/evm" , rev = " 03a3480 " , default-features = false }
488
+ alloy-op-evm = { git = " https://github.com/alloy-rs/evm" , rev = " a5722ee " , default-features = false }
489
489
alloy-op-hardforks = { git = " https://github.com/alloy-rs/hardforks" , rev = " ae4176c" }
490
490
op-alloy-rpc-types = { version = " 0.11.0" , default-features = false }
491
491
op-alloy-rpc-types-engine = { version = " 0.11.0" , default-features = false }
@@ -677,19 +677,7 @@ visibility = "0.1.1"
677
677
walkdir = " 2.3.3"
678
678
679
679
[patch .crates-io ]
680
- revm = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
681
- revm-bytecode = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
682
- revm-database = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
683
- revm-state = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
684
- revm-primitives = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
685
- revm-interpreter = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
686
- revm-inspector = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
687
- revm-context = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
688
- revm-context-interface = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
689
- revm-database-interface = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
690
- op-revm = { git = " https://github.com/bluealloy/revm" , rev = " f11bbab" }
691
-
692
- revm-inspectors = { git = " https://github.com/paradigmxyz/revm-inspectors" , rev = " 3c6cca4" }
680
+ revm-inspectors = { git = " https://github.com/paradigmxyz/revm-inspectors" , rev = " 667180b" }
693
681
694
682
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
695
683
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
0 commit comments