From 7f69b38c9e9594932ca16769997785c870d3245c Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Tue, 21 May 2024 00:00:00 +0000 Subject: [PATCH] =?UTF-8?q?proto:=20=F0=9F=A7=AA=20upgrade=20to=20tonic=20?= =?UTF-8?q?0.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Cargo.toml b/proto/Cargo.toml index b5e0685a3..b47febeec 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -30,7 +30,7 @@ serde_bytes = { version = "0.11", default-features = false, features = ["alloc"] subtle-encoding = { version = "0.5", default-features = false, features = ["hex", "base64", "alloc"] } time = { version = "0.3", default-features = false, features = ["macros", "parsing"] } flex-error = { version = "0.4.4", default-features = false } -tonic = { version = "0.10", optional = true } +tonic = { version = "0.11", optional = true } [dev-dependencies] serde_json = { version = "1.0", default-features = false, features = ["alloc"] }