From bfed4648e7ef017f361c1394feffbd40ed3f47d3 Mon Sep 17 00:00:00 2001 From: zancas Date: Thu, 14 Nov 2024 22:12:25 -0700 Subject: [PATCH] update tonic --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4bae37e3..1ecefd9e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ test-case = "3.3.1" thiserror = "1.0.59" tokio = "1.28.2" tokio-rustls = "0.26" -tonic = {version = "0.12.2", features = ["tls", "tls-roots", "tls-webpki-roots"]} +tonic = {version = "0.12", features = ["tls", "tls-roots", "tls-webpki-roots"]} tonic-build = "0.12" tower = { version = "0.4" } tracing = "0.1.40"