From 85490a4cfa7f3836d3d2f1e7cbfe48b668aa484b Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 24 Jun 2025 14:36:58 -0600 Subject: feat: connect check service to a minimal cedar policy --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5eeecac3..415f3806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,14 @@ name = "authzd" path = "src/lib.rs" [dependencies] +cedar-policy = "4.4.1" envoy-types = "0.6.0" please = { git = "https://github.com/xlgmokha/please.git", version = "0.1.0" } -tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } -tonic = "*" +tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] } +tonic = "0.13.1" tonic-health = "0.13.1" tonic-reflection = "0.13.1" [dev-dependencies] -tokio-test = "0.4" -tonic-build = "0.10" +tokio-test = "0.4.0" +tonic-build = "0.10.0" -- cgit v1.2.3