Skip to content

Commit 235d387

Browse files
authored
Update to tonic 0.13 (#239)
1 parent 9ce3d39 commit 235d387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/grpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ hyper = "1"
1010
hyper-util = { version = "0.1", features = ["tokio"] }
1111
prost = "0.13"
1212
tokio = "1"
13-
tonic = "0.12"
13+
tonic = "0.13"
1414
tower = "0.5"
1515
tracing = "0.1"
1616
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1717
turmoil = { path = "../.." }
1818

1919
[build-dependencies]
20-
tonic-build = "0.12.3"
20+
tonic-build = "0.13"
2121
protox = "0.8"

0 commit comments

Comments
 (0)