From 75c6426bcbb25526e1ac873f4a457262af57b38e Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Mon, 1 Apr 2024 13:17:43 -0500 Subject: [PATCH] upgrade tonic to 0.11 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a8c70a..c494747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bigerror" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "handle big errors ¯\\_(ツ)_/¯" license = "MIT" @@ -20,5 +20,5 @@ grpc=["tonic", "tonic-types"] error-stack = "0.4.1" thiserror = "1" tracing = "0.1" -tonic = { version = "0.10", optional = true } -tonic-types = { version = "0.10", optional = true } +tonic = { version = "0.11", optional = true } +tonic-types = { version = "0.11", optional = true }