From 983402c710edb9bd10f418987e7f198475ed0884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:57:22 +0000 Subject: [PATCH] build(deps): update tonic requirement from 0.11.0 to 0.12.3 Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.11.0...v0.12.3) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- abci/Cargo.toml | 2 +- proto/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index 8de1fbc..a9c65b8 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -86,5 +86,5 @@ tokio = { version = "1.37.0", features = [ hex = { version = "0.4.3" } lazy_static = { version = "1.4.0" } # For tests of gRPC server -tonic = { version = "0.11.0" } +tonic = { version = "0.12.3" } pollster = { version = "0.3.0" } diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 4b04079..8ed7651 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -47,7 +47,7 @@ grpc = [ prost = { version = "0.12.4", default-features = false, features = [ "prost-derive", ] } -tonic = { version = "0.11.0", optional = true } +tonic = { version = "0.12.3", optional = true } bytes = { version = "1.6.0", default-features = false, features = ["serde"] } serde = { version = "1.0.197", default-features = false, features = ["derive"] } subtle-encoding = { version = "0.5.1", default-features = false, features = [