Skip to content

Commit

Permalink
[Indexer-Grpc-V2] Update some dependencies. (#15693)
Browse files Browse the repository at this point in the history
  • Loading branch information
grao1991 authored Jan 9, 2025
1 parent 1656730 commit 366f027
Show file tree
Hide file tree
Showing 16 changed files with 345 additions and 383 deletions.
128 changes: 82 additions & 46 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 @@ -720,8 +720,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.4", features = ["no-recursion-limit"] }
prost-types = "0.13.4"
quanta = "0.10.1"
quick_cache = "0.5.1"
quick-junit = "0.5.0"
Expand Down Expand Up @@ -816,15 +816,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
Loading

0 comments on commit 366f027

Please sign in to comment.