From 054efbdc65bba755902a4ed1ba7a4201f4a016b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 18:51:27 +0000 Subject: [PATCH] Update Rust crate tonic to v0.13.1 --- proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index d22710a..d8dd81c 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.1" edition = "2021" [dependencies] -tonic = "=0.13.0" +tonic = "=0.13.1"