diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 14:32:53 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 14:32:53 -0600 |
| commit | debf8403c595c98213bf17913824b081262c15e2 (patch) | |
| tree | cc60dca2a6ef76e3e11ac19e0dc679027cdf4e17 /Cargo.toml | |
| parent | d90cc880aedbcea0f8678ed0c906a51a56c749e5 (diff) | |
chore: handle health checks in envoy rather than authzd
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |
