Skip to content

Commit a52ea81

Browse files
committed
Update tonic monorepo to 0.13.0
1 parent 72e0e11 commit a52ea81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ serde = { version = "1.0.200", features = ["derive"] }
4747
serde_json = "1.0.116"
4848
serde_yaml = "0.9.34+deprecated"
4949
tokio = { version = "1.37.0", features = ["full"] }
50-
tonic = { version = "0.10.2", features = ["tls"] }
51-
tonic-health = "0.10.2"
52-
tonic-reflection = "0.10.2"
50+
tonic = { version = "0.13.0", features = ["tls"] }
51+
tonic-health = "0.13.0"
52+
tonic-reflection = "0.13.0"
5353
tracing = "0.1.40"
5454
tracing-log = "0.2.0"
5555
tracing-subscriber = "0.3.18"
@@ -58,7 +58,7 @@ url = "2.5.0"
5858
[build-dependencies]
5959
chrono = "0.4.38"
6060
rustc_version = "0.4.0"
61-
tonic-build = "0.11.0"
61+
tonic-build = "0.13.0"
6262

6363
[profile.release]
6464
strip = true

0 commit comments

Comments
 (0)