From cc7d253bee0491971e1eb1706dec472bc361b3a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Apr 2024 01:02:43 +0000 Subject: [PATCH] Update Rust crate tonic to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f85faa..312d808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" serde_yaml = "0.9.34+deprecated" tokio = { version = "1.37.0", features = ["full"] } -tonic = { version = "0.10.2", features = ["tls"] } +tonic = { version = "0.11.0", features = ["tls"] } tonic-health = "0.10.2" tonic-reflection = "0.10.2" tracing = "0.1.40"