Skip to content

Commit

Permalink
big change
Browse files Browse the repository at this point in the history
  • Loading branch information
grao1991 committed Oct 30, 2024
1 parent 347b8f9 commit 3fce306
Show file tree
Hide file tree
Showing 32 changed files with 5,637 additions and 1,908 deletions.
85 changes: 52 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 @@ -804,15 +804,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
2 changes: 2 additions & 0 deletions ecosystem/indexer-grpc/indexer-grpc-data-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ aptos-transaction-filter = { workspace = true }
async-trait = { workspace = true }
clap = { workspace = true }
futures = { workspace = true }
lazy_static = { workspace = true }
once_cell = { workspace = true }
prost = { 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 3fce306

Please sign in to comment.