about summary refs log tree commit diff
path: root/tvix/Cargo.lock
diff options
context:
space:
mode:
authorYureka <tvl@yuka.dev>2024-07-22T13·41+0200
committerclbot <clbot@tvl.fyi>2024-07-22T15·57+0000
commit2547ff2cf6c6e8fefa6f55e3583bea1b1d8f4263 (patch)
treedfba0f40f8bdc91136b9dd9840b6872d9dca2219 /tvix/Cargo.lock
parent39c8b6dece1ca414f4ce8dde49e9828e34319664 (diff)
feat(tvix/store): add grpc healthcheck service to daemon r/8403
Change-Id: Ib95fc9352a45d54f9a16c8841c7e8f7cbeeaee8c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12019
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: yuka <yuka@yuka.dev>
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r--tvix/Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock
index 2c67116cd83c..5d5208b7e2d8 100644
--- a/tvix/Cargo.lock
+++ b/tvix/Cargo.lock
@@ -4527,6 +4527,19 @@ dependencies = [
 ]
 
 [[package]]
+name = "tonic-health"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e1e10e6a96ee08b6ce443487d4368442d328d0e746f3681f81127f7dc41b4955"
+dependencies = [
+ "async-stream",
+ "prost 0.13.1",
+ "tokio",
+ "tokio-stream",
+ "tonic 0.12.1",
+]
+
+[[package]]
 name = "tonic-reflection"
 version = "0.12.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5001,6 +5014,7 @@ dependencies = [
  "toml 0.8.15",
  "tonic 0.12.1",
  "tonic-build 0.12.1",
+ "tonic-health",
  "tonic-reflection",
  "tower",
  "tower-http",