Skip to content

Commit ccb406e

Browse files
committed
examples: update dependencies
`tokio` v1.47 ; `tonic` v0.14
1 parent 09df348 commit ccb406e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ path = "src/ext_authz/authorization_server_pb_only.rs"
2121

2222
[dependencies]
2323
envoy-types = { path = "../envoy-types" }
24-
tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }
25-
tonic = "0.13"
24+
tokio = { version = "1.47", features = ["macros", "rt-multi-thread"] }
25+
tonic = "0.14"

0 commit comments

Comments
 (0)