@@ -26,7 +26,7 @@ edition = "2021"
2626authors = [" ratankaliani" , " zachobront" , " fakedev9999" , " yuwen01" ]
2727homepage = " https://succinctlabs.github.io/op-succinct/"
2828repository = " https://github.com/succinctlabs/op-succinct"
29- version = " 3.3.2 "
29+ version = " 3.3.3 "
3030
3131[workspace .dependencies ]
3232# general
@@ -77,40 +77,40 @@ strum_macros = "0.27.1"
7777tempfile = " 3.10.1"
7878
7979# kona
80- kona-mpt = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " }
81- kona-derive = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " , default-features = false }
82- kona-driver = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " }
83- kona-preimage = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " , features = [
80+ kona-mpt = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " }
81+ kona-derive = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " , default-features = false }
82+ kona-driver = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " }
83+ kona-preimage = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " , features = [
8484 " rkyv" ,
8585 " serde" ,
8686] }
87- kona-executor = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " }
88- kona-proof = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " }
87+ kona-executor = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " }
88+ kona-proof = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " }
8989
90- kona-client = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " }
91- kona-host = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " }
92- kona-providers-alloy = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " }
93- kona-rpc = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " , default-features = false }
94- kona-protocol = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " , default-features = false }
95- kona-registry = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " , default-features = false }
96- kona-genesis = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.6 " , default-features = false }
90+ kona-client = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " }
91+ kona-host = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " }
92+ kona-providers-alloy = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " }
93+ kona-rpc = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " , default-features = false }
94+ kona-protocol = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " , default-features = false }
95+ kona-registry = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " , default-features = false }
96+ kona-genesis = { git = " https://github.com/op-rs/kona" , tag = " kona-client/v1.1.7 " , default-features = false }
9797
9898# hana
99- hana-blobstream = { git = " https://github.com/celestiaorg/hana" , tag = " v1.2.2-mocha " }
100- hana-celestia = { git = " https://github.com/celestiaorg/hana" , tag = " v1.2.2-mocha " }
101- hana-host = { git = " https://github.com/celestiaorg/hana" , tag = " v1.2.2-mocha " }
102- hana-oracle = { git = " https://github.com/celestiaorg/hana" , tag = " v1.2.2-mocha " }
99+ hana-blobstream = { git = " https://github.com/celestiaorg/hana" , rev = " 1d272dd83263dbcc2ad97daaac84b2e578a0b288 " }
100+ hana-celestia = { git = " https://github.com/celestiaorg/hana" , rev = " 1d272dd83263dbcc2ad97daaac84b2e578a0b288 " }
101+ hana-host = { git = " https://github.com/celestiaorg/hana" , rev = " 1d272dd83263dbcc2ad97daaac84b2e578a0b288 " }
102+ hana-oracle = { git = " https://github.com/celestiaorg/hana" , rev = " 1d272dd83263dbcc2ad97daaac84b2e578a0b288 " }
103103
104104# hokulea
105- hokulea-compute-proof = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
106- hokulea-eigenda = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
107- hokulea-host-bin = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
108- hokulea-proof = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
109- hokulea-witgen = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
110- hokulea-zkvm-verification = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
111- canoe-sp1-cc-host = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
112- canoe-sp1-cc-verifier = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
113- canoe-verifier-address-fetcher = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 28eaa376e3399a12a81b0699060a8e8ed74bbaf8 " }
105+ hokulea-compute-proof = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
106+ hokulea-eigenda = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
107+ hokulea-host-bin = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
108+ hokulea-proof = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
109+ hokulea-witgen = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
110+ hokulea-zkvm-verification = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
111+ canoe-sp1-cc-host = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
112+ canoe-sp1-cc-verifier = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
113+ canoe-verifier-address-fetcher = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ede4e93969fa3e181093c8807576afb85c60cb0e " }
114114
115115# op-succinct
116116op-succinct-prove = { path = " scripts/prove" }
@@ -133,31 +133,31 @@ op-succinct-range-utils = { path = "programs/range/utils" }
133133op-succinct-bindings = { path = " bindings" }
134134
135135# Alloy (Network)
136- alloy-signer-local = { version = " 1.0.38 " }
137- alloy-provider = { version = " 1.0.38 " }
138- alloy-transport = { version = " 1.0.38 " }
139- alloy-transport-http = { version = " 1.0.38 " }
140- alloy-contract = { version = " 1.0.38 " }
141- alloy-network = { version = " 1.0.38 " }
136+ alloy-signer-local = { version = " 1.1.0 " }
137+ alloy-provider = { version = " 1.1.0 " }
138+ alloy-transport = { version = " 1.1.0 " }
139+ alloy-transport-http = { version = " 1.1.0 " }
140+ alloy-contract = { version = " 1.1.0 " }
141+ alloy-network = { version = " 1.1.0 " }
142142
143143# Alloy
144144alloy-rlp = { version = " 0.3.12" , default-features = false }
145145alloy-trie = { version = " 0.9.1" , default-features = false , features = [
146146 " ethereum" ,
147147] }
148- alloy-eips = { version = " 1.0.38 " , default-features = false }
149- alloy-serde = { version = " 1.0.38 " , default-features = false }
150- alloy-consensus = { version = " 1.0.38 " , default-features = false }
151- alloy-rpc-types = { version = " 1.0.38 " , default-features = false }
152- alloy-rpc-client = { version = " 1.0.38 " , default-features = false }
153- alloy-node-bindings = { version = " 1.0.38 " , default-features = false }
154- alloy-rpc-types-engine = { version = " 1.0.38 " , default-features = false }
155- alloy-rpc-types-beacon = { version = " 1.0.38 " , default-features = false }
156- alloy-rpc-types-eth = { version = " 1.0.38 " , default-features = false }
157- alloy-rpc-types-trace = { version = " 1.0.38 " , default-features = false }
158- alloy-signer = { version = " 1.0.38 " , default-features = false }
159- alloy-signer-gcp = { version = " 1.0.38 " , default-features = false }
160- alloy = { version = " 1.0.38 " , features = [
148+ alloy-eips = { version = " 1.1.0 " , default-features = false }
149+ alloy-serde = { version = " 1.1.0 " , default-features = false }
150+ alloy-consensus = { version = " 1.1.0 " , default-features = false }
151+ alloy-rpc-types = { version = " 1.1.0 " , default-features = false }
152+ alloy-rpc-client = { version = " 1.1.0 " , default-features = false }
153+ alloy-node-bindings = { version = " 1.1.0 " , default-features = false }
154+ alloy-rpc-types-engine = { version = " 1.1.0 " , default-features = false }
155+ alloy-rpc-types-beacon = { version = " 1.1.0 " , default-features = false }
156+ alloy-rpc-types-eth = { version = " 1.1.0 " , default-features = false }
157+ alloy-rpc-types-trace = { version = " 1.1.0 " , default-features = false }
158+ alloy-signer = { version = " 1.1.0 " , default-features = false }
159+ alloy-signer-gcp = { version = " 1.1.0 " , default-features = false }
160+ alloy = { version = " 1.1.0 " , features = [
161161 " reqwest" ,
162162 " network" ,
163163 " providers" ,
@@ -174,21 +174,20 @@ alloy-sol-macro = { version = "1.3.1", default-features = false }
174174alloy-chains = { version = " 0.2.7" , default-features = false }
175175
176176# OP Alloy
177- op-alloy-consensus = { version = " 0.20 .0" , default-features = false }
178- op-alloy-rpc-types = { version = " 0.20 .0" , default-features = false }
179- op-alloy-rpc-types-engine = { version = " 0.20 .0" , default-features = false }
180- op-alloy-network = { version = " 0.20 .0" , default-features = false }
177+ op-alloy-consensus = { version = " 0.22 .0" , default-features = false }
178+ op-alloy-rpc-types = { version = " 0.22 .0" , default-features = false }
179+ op-alloy-rpc-types-engine = { version = " 0.22 .0" , default-features = false }
180+ op-alloy-network = { version = " 0.22 .0" , default-features = false }
181181
182182# Execution
183- alloy-evm = { version = " 0.21.0 " , default-features = false }
184- alloy-op-evm = { version = " 0.21.0 " , default-features = false }
183+ alloy-evm = { version = " 0.23.1 " , default-features = false }
184+ alloy-op-evm = { version = " 0.23.1 " , default-features = false }
185185# Use kzg-rs and substrate-bn for the zkVM.
186- revm = { version = " 29.0.1" , default-features = false , features = [
187- " kzg-rs" ,
186+ revm = { version = " 31.0.0" , default-features = false , features = [
188187 " bn" ,
189188] }
190- revm-precompile = { version = " 27 .0.0" , default-features = false }
191- op-revm = { version = " 10.1 .0" , default-features = false }
189+ revm-precompile = { version = " 29 .0.0" , default-features = false }
190+ op-revm = { version = " 12.0 .0" , default-features = false }
192191
193192# SP1
194193sp1-sdk = { version = " =5.2.2" , default-features = false , features = [" network" ] }
0 commit comments