We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09df348 commit ccb406eCopy full SHA for ccb406e
examples/Cargo.toml
@@ -21,5 +21,5 @@ path = "src/ext_authz/authorization_server_pb_only.rs"
21
22
[dependencies]
23
envoy-types = { path = "../envoy-types" }
24
-tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }
25
-tonic = "0.13"
+tokio = { version = "1.47", features = ["macros", "rt-multi-thread"] }
+tonic = "0.14"
0 commit comments