Skip to content

Commit

Permalink
update aptos-indexer-processors
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Dec 13, 2023
1 parent 896c736 commit f5defb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/aptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ move-unit-test = { workspace = true, features = [ "debugging" ] }
move-vm-runtime = { workspace = true, features = [ "testing" ] }
once_cell = { workspace = true }
poem = { workspace = true }
processor = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "2eea8d1d71ea195558d571202d3003071af8766b" }
processor = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "d583ca56f972f5b2fe967be0a7ef36a618d059dc" }
rand = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
self_update = { version = "0.38.0", features = ["archive-zip", "compression-zip-deflate"] }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "2eea8d1d71ea195558d571202d3003071af8766b" }
server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "d583ca56f972f5b2fe967be0a7ef36a618d059dc" }
tempfile = { workspace = true }
termcolor = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit f5defb3

Please sign in to comment.