refactor: consolidate gRPC client into shared crate dependency (#18730)

This commit is contained in:
Simo Lin
2026-02-12 06:43:24 -08:00
committed by GitHub
parent 1b8f68af57
commit 2f283d8152
10 changed files with 29 additions and 2362 deletions
+1 -1
View File
@@ -107,6 +107,7 @@ openmetrics-parser = "0.4.4"
arc-swap = "1.7.1"
# gRPC and Protobuf dependencies
smg-grpc-client = "1.0.0"
tonic = { version = "0.14.2", features = ["gzip", "transport"] }
prost = "0.14.1"
prost-types = "0.14.1"
@@ -124,7 +125,6 @@ sha2 = "0.10"
wasmtime = { version = "38.0", features = ["component-model", "async"] }
[build-dependencies]
tonic-prost-build = "0.14.2"
chrono = { version = "0.4", features = ["clock"] }
toml = "0.9"