@@ -161,16 +161,17 @@ borsh = { version = "0.10" } # todo: internalize jmt and bump
161
161
162
162
# ## We use a forked version so that we can override dependency versions. This is required
163
163
# ## to be avoid dependency conflicts with other Sovereign Labs crates.
164
- aptos-api = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67 " }
165
- aptos-api-types = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67 " }
166
- aptos-bitvec = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67 " }
167
- aptos-block-executor = { git = " https://github.com/movementlabsxyz/aptos-core.git" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67 " }
168
- aptos-cached-packages = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67 " }
169
- aptos-config = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67 " }
170
- aptos-consensus-types = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67 " }
171
- aptos-crypto = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67 " , features = [
172
- " cloneable-private-keys" ,
164
+ aptos-api = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " c34b9e9347a0e4c0440930796ba06555e8be3355 " }
165
+ aptos-api-types = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " c34b9e9347a0e4c0440930796ba06555e8be3355 " }
166
+ aptos-bitvec = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " c34b9e9347a0e4c0440930796ba06555e8be3355 " }
167
+ aptos-block-executor = { git = " https://github.com/movementlabsxyz/aptos-core.git" , rev = " c34b9e9347a0e4c0440930796ba06555e8be3355 " }
168
+ aptos-cached-packages = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " c34b9e9347a0e4c0440930796ba06555e8be3355 " }
169
+ aptos-config = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " c34b9e9347a0e4c0440930796ba06555e8be3355 " }
170
+ aptos-consensus-types = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " c34b9e9347a0e4c0440930796ba06555e8be3355 " }
171
+ aptos-crypto = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " c34b9e9347a0e4c0440930796ba06555e8be3355 " , features = [
172
+ " cloneable-private-keys" ,
173
173
] }
174
+
174
175
aptos-crypto-derive = { git = " https://github.com/movementlabsxyz/aptos-core.git" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67" }
175
176
aptos-db = { git = " https://github.com/movementlabsxyz/aptos-core.git" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67" }
176
177
aptos-executor = { git = " https://github.com/movementlabsxyz/aptos-core" , rev = " 1d1cdbbd7fabb80dcb95ba5e23213faa072fab67" }
@@ -220,9 +221,9 @@ move-table-extension = { git = "https://github.com/diem/move" }
220
221
move-core-types = { git = " https://github.com/diem/move" }
221
222
222
223
secp256k1 = { version = " 0.27" , default-features = false , features = [
223
- " global-context" ,
224
- " rand-std" ,
225
- " recovery" ,
224
+ " global-context" ,
225
+ " rand-std" ,
226
+ " recovery" ,
226
227
] }
227
228
228
229
# # Celestia Dependencies
@@ -232,15 +233,15 @@ celestia-types = { git = "https://github.com/eigerco/lumina", rev = "c6e5b7f5e3a
232
233
# External Dependencies
233
234
234
235
alloy = { git = " https://github.com/alloy-rs/alloy.git" , package = " alloy" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" , features = [
235
- " node-bindings" ,
236
- " rpc-types-trace" ,
237
- " json-rpc" ,
238
- " json-abi" ,
239
- " rpc-client" ,
240
- " signers" ,
241
- " signer-yubihsm" ,
242
- " pubsub" ,
243
- " providers" ,
236
+ " node-bindings" ,
237
+ " rpc-types-trace" ,
238
+ " json-rpc" ,
239
+ " json-abi" ,
240
+ " rpc-client" ,
241
+ " signers" ,
242
+ " signer-yubihsm" ,
243
+ " pubsub" ,
244
+ " providers" ,
244
245
] }
245
246
alloy-rpc-types-eth = " 0.1.3"
246
247
alloy-eips = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" }
@@ -249,15 +250,15 @@ alloy-network = { git = "https://github.com/alloy-rs/alloy.git", rev = "83343b17
249
250
alloy-primitives = { version = " 0.7.2" , default-features = false }
250
251
alloy-consensus = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" }
251
252
alloy-provider = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" , features = [
252
- " ws" ,
253
+ " ws" ,
253
254
] }
254
255
alloy-rlp = " 0.3.5"
255
256
alloy-rpc-types = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" }
256
257
alloy-sol-types = { version = " 0.7.2" , features = [" json" ] }
257
258
alloy-signer = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" }
258
259
alloy-transport = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" }
259
260
alloy-transport-http = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" , features = [
260
- " reqwest-rustls-tls" ,
261
+ " reqwest-rustls-tls" ,
261
262
] }
262
263
alloy-transport-ws = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 83343b172585fe4e040fb104b4d1421f58cbf9a2" }
263
264
@@ -282,8 +283,8 @@ fail = "0.5.1"
282
283
futures = " 0.3.17"
283
284
hashbrown = " 0.14.3"
284
285
hex = { version = " 0.4.3" , default-features = false , features = [
285
- " alloc" ,
286
- " serde" ,
286
+ " alloc" ,
287
+ " serde" ,
287
288
] }
288
289
ics23 = { version = " 0.11.0" }
289
290
k256 = { version = " 0.13.3" }
@@ -310,10 +311,10 @@ reqwest = "0.12.4"
310
311
risc0-build = " 0.20"
311
312
risc0-zkvm = { version = " 0.21" , features = [" std" , " getrandom" ] }
312
313
rocksdb = { version = " 0.22.0" , features = [
313
- " snappy" ,
314
- " lz4" ,
315
- " zstd" ,
316
- " zlib" ,
314
+ " snappy" ,
315
+ " lz4" ,
316
+ " zstd" ,
317
+ " zlib" ,
317
318
], default-features = false }
318
319
schemars = { version = " 0.8.16" , features = [" derive" ] }
319
320
serde_with = " 3.7.0"
0 commit comments