This repository was archived by the owner on Mar 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ resolver = "2"
9
9
10
10
[workspace .dependencies ]
11
11
anyhow = { version = " 1" , default-features = false }
12
- alloy-sol-types = " 0.7.7 "
13
- bincode = { version = " 1.3.3 " , default-features = false }
12
+ alloy-sol-types = " 0.8.23 "
13
+ bincode = { version = " 2.0.1 " , default-features = false }
14
14
fuel-core-compression = { version = " 0.41.9" }
15
15
fuel-core-executor = { version = " 0.41.9" , default-features = false , features = [
16
16
" alloc" ,
@@ -28,12 +28,12 @@ fuel-zkvm-primitives-prover = { path = "fuel-zkvm-primitives-prover" }
28
28
fuel-zkvm-primitives-utils = { path = " fuel-zkvm-primitives-utils" }
29
29
tokio = { version = " 1.40.0" , features = [" macros" , " rt-multi-thread" ] }
30
30
serde = { version = " 1" , default-features = false , features = [" derive" ] }
31
- fuels = " 0.70 .0"
32
- fuels-core = " 0.70 .0"
31
+ fuels = " 0.71 .0"
32
+ fuels-core = " 0.71 .0"
33
33
fuel-core = { version = " 0.41.9" , features = [
34
34
" rocksdb" ,
35
35
" wasm-executor" ,
36
36
" relayer" ,
37
37
" test-helpers" ,
38
38
] }
39
- tai64 = " =4.0 .0"
39
+ tai64 = " =4.1 .0"
You can’t perform that action at this time.
0 commit comments