summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-16 14:09:57 -0600
committermo khan <mo@mokhan.ca>2025-07-16 14:09:57 -0600
commit034cb934375e789a54a22c34b37426ffe9affd4b (patch)
treeed82d15f8c9dbad06b9932fc43acafae531b94f8 /Cargo.toml
parentaadfbeb39d0ac5ccb1a19899d7680b1c96b1a6cf (diff)
fix: revert back to envoy-types crate
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 364069c3..da63829e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,15 +14,16 @@ path = "src/lib.rs"
[dependencies]
cedar-policy = "4.4.1"
clap = { version = "4.5", features = ["derive", "env"] }
+envoy-types = "0.6.0"
log = "0.4.27"
please = { git = "https://github.com/xlgmokha/please.git", version = "0.1.0" }
-prost = "0.12.6"
-prost-types = "0.12.6"
+prost = "0.13"
+prost-types = "0.13"
reqwest = { version = "0.12", features = ["json"] }
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 = "0.13"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
urlencoding = "2.1"
@@ -30,4 +31,4 @@ urlencoding = "2.1"
[dev-dependencies]
tokio-stream = "0.1"
tokio-test = "0.4.0"
-tonic-build = "0.10.0"
+tonic-build = "0.13"