@@ -17,7 +17,7 @@ homepage = "https://aptoslabs.com"
17
17
license = " Apache-2.0"
18
18
publish = false
19
19
repository = " https://github.com/aptos-labs/aptos-indexer-processors"
20
- rust-version = " 1.75 "
20
+ rust-version = " 1.78 "
21
21
22
22
[workspace .dependencies ]
23
23
processor = { path = " processor" }
@@ -28,8 +28,8 @@ sdk-processor = { path = "sdk-processor" }
28
28
29
29
ahash = { version = " 0.8.7" , features = [" serde" ] }
30
30
anyhow = " 1.0.86"
31
- aptos-indexer-processor-sdk = { git = " https://github.com/aptos-labs/aptos-indexer-processor-sdk.git" , rev = " e1e1bdd9349f0a68c9fc53b7e2cebda9e2ce92b7 " }
32
- aptos-indexer-processor-sdk-server-framework = { git = " https://github.com/aptos-labs/aptos-indexer-processor-sdk.git" , rev = " e1e1bdd9349f0a68c9fc53b7e2cebda9e2ce92b7 " }
31
+ aptos-indexer-processor-sdk = { git = " https://github.com/aptos-labs/aptos-indexer-processor-sdk.git" , rev = " 3970abde03f9eca299e668562d71ccda8ed42ebf " }
32
+ aptos-indexer-processor-sdk-server-framework = { git = " https://github.com/aptos-labs/aptos-indexer-processor-sdk.git" , rev = " 3970abde03f9eca299e668562d71ccda8ed42ebf " }
33
33
aptos-protos = { git = " https://github.com/aptos-labs/aptos-core.git" , rev = " 5c48aee129b5a141be2792ffa3d9bd0a1a61c9cb" }
34
34
aptos-system-utils = { git = " https://github.com/aptos-labs/aptos-core.git" , rev = " 202bdccff2b2d333a385ae86a4fcf23e89da9f62" }
35
35
aptos-indexer-test-transactions = { git = " https://github.com/aptos-labs/aptos-core.git" , rev = " 202bdccff2b2d333a385ae86a4fcf23e89da9f62" }
@@ -83,10 +83,11 @@ kanal = { version = "0.1.0-pre8", features = ["async"] }
83
83
once_cell = " 1.10.0"
84
84
num_cpus = " 1.16.0"
85
85
pbjson = " 0.5.1"
86
- prometheus = { version = " 0.13.0 " , default-features = false }
86
+ prometheus = { version = " 0.13.3 " , default-features = false }
87
87
prost = { version = " 0.12.3" , features = [" no-recursion-limit" ] }
88
88
prost-types = " 0.12.3"
89
- rayon = " 1.10.0"
89
+ # Keep it compatible with the aptos-core version.
90
+ rayon = " 1.5.2"
90
91
regex = " 1.5.5"
91
92
reqwest = { version = " 0.11.20" , features = [
92
93
" blocking" ,
0 commit comments