From fcf2482d1005e616ed851df4cb71f83a05b6f704 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:18:32 +0000 Subject: [PATCH] fix(deps): update rust crate tonic to 0.14.0 --- .web/docs/developers/api/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.web/docs/developers/api/rust/Cargo.toml b/.web/docs/developers/api/rust/Cargo.toml index 876bcc1d..d04a0421 100644 --- a/.web/docs/developers/api/rust/Cargo.toml +++ b/.web/docs/developers/api/rust/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" minekube_gate_community_neoeinstein-prost = { version = "0.4.0-20241118150055-50fffb007499.1", registry = "buf" } minekube_gate_community_neoeinstein-tonic = { version = "0.4.1-20241118150055-50fffb007499.1", registry = "buf" } tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } -tonic = "0.12.3" +tonic = "0.14.0"