From 0bebe5f69c91cdfbce85cb8f45f9fcd28185261c Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Fri, 14 Apr 2023 14:30:41 +0800 Subject: [PATCH] chore(deps): bump tonic and tonic-build Signed-off-by: Ruihang Xia --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7556c05..ca1a658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" [dependencies] prost = "0.11" -tonic = "0.8" +tonic = "0.9" [build-dependencies] -tonic-build = "0.8" +tonic-build = "0.9"