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 72e0e11 commit a52ea81Copy full SHA for a52ea81
Cargo.toml
@@ -47,9 +47,9 @@ serde = { version = "1.0.200", features = ["derive"] }
47
serde_json = "1.0.116"
48
serde_yaml = "0.9.34+deprecated"
49
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"
+tonic = { version = "0.13.0", features = ["tls"] }
+tonic-health = "0.13.0"
+tonic-reflection = "0.13.0"
53
tracing = "0.1.40"
54
tracing-log = "0.2.0"
55
tracing-subscriber = "0.3.18"
@@ -58,7 +58,7 @@ url = "2.5.0"
58
[build-dependencies]
59
chrono = "0.4.38"
60
rustc_version = "0.4.0"
61
-tonic-build = "0.11.0"
+tonic-build = "0.13.0"
62
63
[profile.release]
64
strip = true
0 commit comments