summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-14 14:32:53 -0600
committermo khan <mo@mokhan.ca>2025-07-14 14:32:53 -0600
commitdebf8403c595c98213bf17913824b081262c15e2 (patch)
treecc60dca2a6ef76e3e11ac19e0dc679027cdf4e17 /Cargo.toml
parentd90cc880aedbcea0f8678ed0c906a51a56c749e5 (diff)
chore: handle health checks in envoy rather than authzd
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c99f5625..0a3f3483 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }
tonic = "0.13.1"
-tonic-health = "0.13.1"
-tonic-reflection = "0.13.1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
urlencoding = "2.1"