File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ anyhow = "1.0.86"
3333aptos-indexer-processor-sdk = { git = " https://github.com/aptos-labs/aptos-indexer-processor-sdk.git" , rev = " a56b641a6aaca60092fcc9bbd98252f3cd703299" }
3434aptos-indexer-processor-sdk-server-framework = { git = " https://github.com/aptos-labs/aptos-indexer-processor-sdk.git" , rev = " a56b641a6aaca60092fcc9bbd98252f3cd703299" }
3535aptos-protos = { git = " https://github.com/aptos-labs/aptos-core.git" , rev = " 6116af69aa173ca49e1761daabd6fe103fe2c65e" }
36- aptos-system-utils = { git = " https://github.com/aptos-labs/aptos-core.git" , rev = " 202bdccff2b2d333a385ae86a4fcf23e89da9f62" }
3736aptos-indexer-test-transactions = { git = " https://github.com/aptos-labs/aptos-core.git" , rev = " 6116af69aa173ca49e1761daabd6fe103fe2c65e" }
3837aptos-indexer-testing-framework = { git = " https://github.com/aptos-labs/aptos-indexer-processor-sdk.git" , rev = " a56b641a6aaca60092fcc9bbd98252f3cd703299" }
3938async-trait = " 0.1.53"
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ tracing-subscriber = { workspace = true }
2727warp = { workspace = true }
2828
2929[target .'cfg(target_os = "linux")' .dependencies ]
30- aptos-system-utils = { workspace = true }
30+ aptos-system-utils = { git = " https://github.com/aptos-labs/aptos-core.git " , rev = " 202bdccff2b2d333a385ae86a4fcf23e89da9f62 " }
You can’t perform that action at this time.
0 commit comments