From 0ddaa0144955f7394865d68c8626207f20c3ed4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:00:44 +0000 Subject: [PATCH] Update Rust crate tonic to 0.12 --- gouth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gouth/Cargo.toml b/gouth/Cargo.toml index afc6f68..b3af45e 100644 --- a/gouth/Cargo.toml +++ b/gouth/Cargo.toml @@ -18,7 +18,7 @@ serde_json = { version = "1.0" } attohttpc = { version = "0.17", default-features = false, features = ["compress", "tls-rustls", "form"] } url = { version = "2.2" } jsonwebtoken = { version = "7" } -tonic = { version = "0.4", default-features = false, optional = true } +tonic = { version = "0.12", default-features = false, optional = true } [dev-dependencies] lazy_static = "1.4"