@@ -45,16 +45,16 @@ sp1-cc-client-executor = {path = "./crates/client-executor"}
4545sp1-cc-host-executor = {path = " ./crates/host-executor" }
4646
4747# sp1
48- sp1-sdk = " 5.0.0 "
49- sp1-zkvm = " 5.0.0 "
50- sp1-build = " 5.0.0 "
48+ sp1-sdk = " 5.2.1 "
49+ sp1-zkvm = " 5.2.1 "
50+ sp1-build = " 5.2.1 "
5151
5252# rsp
53- rsp-rpc-db = { git = " https://github.com/succinctlabs/rsp" , rev = " 881ba190e758e01e72399df462ac99864930ddb0 " }
54- rsp-witness-db = { git = " https://github.com/succinctlabs/rsp" , rev = " 881ba190e758e01e72399df462ac99864930ddb0 " }
55- rsp-primitives = { git = " https://github.com/succinctlabs/rsp" , rev = " 881ba190e758e01e72399df462ac99864930ddb0 " }
56- rsp-client-executor = { git = " https://github.com/succinctlabs/rsp" , rev = " 881ba190e758e01e72399df462ac99864930ddb0 " }
57- rsp-mpt = { git = " https://github.com/succinctlabs/rsp" , rev = " 881ba190e758e01e72399df462ac99864930ddb0 " }
53+ rsp-rpc-db = { git = " https://github.com/succinctlabs/rsp" , tag = " reth-1.7.0 " }
54+ rsp-witness-db = { git = " https://github.com/succinctlabs/rsp" , tag = " reth-1.7.0 " }
55+ rsp-primitives = { git = " https://github.com/succinctlabs/rsp" , tag = " reth-1.7.0 " }
56+ rsp-client-executor = { git = " https://github.com/succinctlabs/rsp" , tag = " reth-1.7.0 " }
57+ rsp-mpt = { git = " https://github.com/succinctlabs/rsp" , tag = " reth-1.7.0 " }
5858
5959# rsp-rpc-db = { path = "../rsp/crates/storage/rpc-db" }
6060# rsp-witness-db = { path = "../rsp/crates/storage/witness-db" }
@@ -63,71 +63,71 @@ rsp-mpt = { git = "https://github.com/succinctlabs/rsp", rev = "881ba190e758e01e
6363# rsp-mpt = { path = "../rsp/crates/mpt"}
6464
6565# reth
66- reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false , features = [
66+ reth-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false , features = [
6767 " alloy-compat" ,
6868 " std" ,
6969] }
70- reth-codecs = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
71- reth-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
72- reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
73- reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
74- reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
75- reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
76- reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
77- reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false , features = [
70+ reth-codecs = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
71+ reth-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
72+ reth-optimism-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
73+ reth-optimism-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
74+ reth-optimism-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
75+ reth-optimism-primitives = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
76+ reth-evm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
77+ reth-revm = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false , features = [
7878 " std" ,
7979] }
80- reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false , features = [
80+ reth-evm-ethereum = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false , features = [
8181 " std" ,
8282] }
83- reth-storage-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false , features = [
83+ reth-storage-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false , features = [
8484 " std" ,
8585] }
86- reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
87- reth-trie-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
88- reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
89- reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
90- reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
91- reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
92- reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
93- reth-ethereum-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.3.10 " , default-features = false }
86+ reth-trie = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
87+ reth-trie-common = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
88+ reth-chainspec = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
89+ reth-execution-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
90+ reth-execution-types = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
91+ reth-db = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
92+ reth-errors = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
93+ reth-ethereum-consensus = { git = " https://github.com/paradigmxyz/reth" , tag = " v1.7.0 " , default-features = false }
9494
9595# revm
96- revm = { version = " 22 .0.1 " , features = [
96+ revm = { version = " 29 .0.0 " , features = [
9797 " std" ,
9898 " optional_balance_check"
9999], default-features = false }
100- revm-primitives = { version = " 18.0.0 " , features = [
100+ revm-primitives = { version = " 20.2.1 " , features = [
101101 " std" ,
102102], default-features = false }
103- op-revm = { version = " 3 .0.2 " , default-features = false }
103+ op-revm = { version = " 10 .0.0 " , default-features = false }
104104
105105# alloy
106- alloy-primitives = " 1.0 "
107- alloy-consensus = { version = " 0.14.0 " , default-features = false }
108- alloy-contract = { version = " 0.14.0 " , default-features = false }
109- alloy-eips = { version = " 0.14.0 " , default-features = false }
110- alloy-node-bindings = { version = " 0.14.0 " , default-features = false }
111- alloy-provider = { version = " 0.14.0 " , default-features = false , features = [
106+ alloy-primitives = " 1.3.1 "
107+ alloy-consensus = { version = " 1.0.30 " , default-features = false }
108+ alloy-contract = { version = " 1.0.30 " , default-features = false }
109+ alloy-eips = { version = " 1.0.30 " , default-features = false }
110+ alloy-node-bindings = { version = " 1.0.30 " , default-features = false }
111+ alloy-provider = { version = " 1.0.30 " , default-features = false , features = [
112112 " reqwest" ,
113113] }
114- alloy-rpc-types = { version = " 0.14.0 " , default-features = false , features = [
114+ alloy-rpc-types = { version = " 1.0.30 " , default-features = false , features = [
115115 " eth" ,
116116] }
117- alloy-rpc-types-eth = { version = " 0.14.0 " , default-features = false }
118- alloy-serde = { version = " 0.14.0 " }
119- alloy-transport = { version = " 0.14.0 " }
117+ alloy-rpc-types-eth = { version = " 1.0.30 " , default-features = false }
118+ alloy-serde = { version = " 1.0.30 " }
119+ alloy-transport = { version = " 1.0.30 " }
120120
121121alloy-rlp = " 0.3.10"
122- alloy-trie = " 0.8 .1"
123- alloy-sol-types = { version = " 1.0 " }
124- alloy-sol-macro = { version = " 1.0 " }
125- alloy = { version = " 0.14.0 " }
122+ alloy-trie = " 0.9 .1"
123+ alloy-sol-types = { version = " 1.3.1 " }
124+ alloy-sol-macro = { version = " 1.3.1 " }
125+ alloy = { version = " 1.0.30 " }
126126
127- alloy-evm = { version = " 0.4.0 " , default-features = false }
128- alloy-op-evm = { version = " 0.4.0 " , default-features = false }
127+ alloy-evm = { version = " 0.20.1 " , default-features = false }
128+ alloy-op-evm = { version = " 0.20.1 " , default-features = false }
129129
130- sha2 = " 0.10.8 "
130+ sha2 = " 0.10.9 "
131131beacon-api-client = { git = " https://github.com/ralexstokes/ethereum-consensus" , rev = " ba43147eb71b07e21e156e2904549405f87bc9a6" }
132132ethereum-consensus = { git = " https://github.com/ralexstokes/ethereum-consensus" , rev = " ba43147eb71b07e21e156e2904549405f87bc9a6" }
133133async-trait = " 0.1.88"
@@ -140,7 +140,7 @@ rust.rust_2018_idioms = { level = "deny", priority = -1 }
140140rustdoc.all = " warn"
141141
142142[patch .crates-io ]
143- sha2-v0-10-8 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , tag = " patch-sha2-0.10.8 -sp1-4.0.0" }
143+ sha2-v0-10-9 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , tag = " patch-sha2-0.10.9 -sp1-4.0.0" }
144144sha3-v0-10-8 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha3" , tag = " patch-sha3-0.10.8-sp1-4.0.0" }
145145crypto-bigint = { git = " https://github.com/sp1-patches/RustCrypto-bigint" , tag = " patch-0.5.5-sp1-4.0.0" }
146146tiny-keccak = { git = " https://github.com/sp1-patches/tiny-keccak" , tag = " patch-2.0.2-sp1-4.0.0" }
0 commit comments