We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce3d39 commit 235d387Copy full SHA for 235d387
examples/grpc/Cargo.toml
@@ -10,12 +10,12 @@ hyper = "1"
10
hyper-util = { version = "0.1", features = ["tokio"] }
11
prost = "0.13"
12
tokio = "1"
13
-tonic = "0.12"
+tonic = "0.13"
14
tower = "0.5"
15
tracing = "0.1"
16
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
17
turmoil = { path = "../.." }
18
19
[build-dependencies]
20
-tonic-build = "0.12.3"
+tonic-build = "0.13"
21
protox = "0.8"
0 commit comments