From 754f7e4c74d0176465ea376788c26daa1275bfc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:47:22 +0000 Subject: [PATCH] Update Rust crate tonic to v0.13.0 --- proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index 28de03c..d22710a 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.1" edition = "2021" [dependencies] -tonic = "=0.12.3" +tonic = "=0.13.0"