Skip to content

Commit

Permalink
big change
Browse files Browse the repository at this point in the history
  • Loading branch information
grao1991 committed Nov 27, 2024
1 parent ef1b310 commit ca48092
Show file tree
Hide file tree
Showing 47 changed files with 7,291 additions and 2,429 deletions.
94 changes: 61 additions & 33 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ prometheus-http-query = "0.5.2"
prometheus-parse = "0.2.4"
proptest = "1.4.0"
proptest-derive = "0.4.0"
prost = { version = "0.12.3", features = ["no-recursion-limit"] }
prost-types = "0.12.3"
prost = { version = "0.13.3", features = ["no-recursion-limit"] }
prost-types = "0.13.3"
quanta = "0.10.1"
quick_cache = "0.5.1"
quick-junit = "0.5.0"
Expand Down Expand Up @@ -805,15 +805,15 @@ tokio-stream = { version = "0.1.14", features = ["fs"] }
tokio-test = "0.4.1"
tokio-util = { version = "0.7.2", features = ["compat", "codec"] }
toml = "0.7.4"
tonic = { version = "0.11.0", features = [
tonic = { version = "0.12.3", features = [
"tls-roots",
"transport",
"prost",
"gzip",
"codegen",
"zstd",
] }
tonic-reflection = "0.11.0"
tonic-reflection = "0.12.3"
topological-sort = "0.2.2"
triomphe = "0.1.9"
tsify-next = "0.5.4"
Expand Down
4 changes: 4 additions & 0 deletions ecosystem/indexer-grpc/indexer-grpc-data-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ aptos-protos = { workspace = true }
aptos-transaction-filter = { workspace = true }
async-trait = { workspace = true }
clap = { workspace = true }
dashmap = { workspace = true }
futures = { workspace = true }
lazy_static = { workspace = true }
once_cell = { workspace = true }
prost = { workspace = true }
rand = { workspace = true }
redis = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tokio-scoped = { workspace = true }
tokio-stream = { workspace = true }
tonic = { workspace = true }
tonic-reflection = { workspace = true }
Expand Down
Loading

0 comments on commit ca48092

Please sign in to comment.