From 54ad508d48675862a7bdcbf311367c438840b788 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Mar 2024 17:02:28 +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 39f6abe..abe250b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" serde_yaml = "0.9.34+deprecated" tokio = { version = "1.36.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"