From df2bb74b5990c159dfd5b7a344eecf8f4307af64 Mon Sep 17 00:00:00 2001 From: LFC <990479+MichaelScofield@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:20:20 +0800 Subject: [PATCH] update tonic (#270) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cdfbf28..92ab30d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = "0.25" strum_macros = "0.25" -tonic = "0.12" +tonic = "0.13" [build-dependencies] -tonic-build = "0.12" +tonic-build = "0.13"