Skip to content

Commit

Permalink
Update sdk to a009cc2ca656aa0987c9c4cd9f41fcf7254355e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aptos Bot committed Jan 24, 2025
1 parent 0764e6f commit 14f5c9e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 32 deletions.
43 changes: 16 additions & 27 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ sdk-processor = { path = "sdk-processor" }

ahash = { version = "0.8.7", features = ["serde"] }
anyhow = "1.0.86"
aptos-indexer-processor-sdk = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "b79ed8b5864b2a12a1f9c5fd01579462e029b2ae" }
aptos-indexer-processor-sdk-server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "b79ed8b5864b2a12a1f9c5fd01579462e029b2ae" }
aptos-protos = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "1d8460a995503574ec4e9699d3442d0150d7f3b9" }
aptos-indexer-test-transactions = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "7cbfda27f78395104b5b5b2d5f7b52dd51069802" }
aptos-indexer-testing-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "b79ed8b5864b2a12a1f9c5fd01579462e029b2ae" }
aptos-indexer-processor-sdk = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "a009cc2ca656aa0987c9c4cd9f41fcf7254355e2" }
aptos-indexer-processor-sdk-server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "a009cc2ca656aa0987c9c4cd9f41fcf7254355e2" }
aptos-protos = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "c25615b1ffcb5710007ffa734e347df0170b117b" }
aptos-indexer-test-transactions = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "c25615b1ffcb5710007ffa734e347df0170b117b" }
aptos-indexer-testing-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processor-sdk.git", rev = "a009cc2ca656aa0987c9c4cd9f41fcf7254355e2" }
async-trait = "0.1.53"
backtrace = "0.3.58"
base64 = "0.13.0"
Expand Down

0 comments on commit 14f5c9e

Please sign in to comment.