summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
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"