From 0d8a6ec18b838e2c75f30ce3d681b3da2c6a82e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:26:00 +0000 Subject: [PATCH] build(deps): update tonic requirement from 0.11.0 to 0.12.1 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.1) --- 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 26eadee..81038ce 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.1" } pollster = { version = "0.3.0" } diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 16fbf37..def40da 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -49,7 +49,7 @@ prost = { version = "0.12.4", default-features = false, features = [ "prost-derive", ] } prost-types = { version = "0.12.4", default-features = false } -tonic = { version = "0.11.0", optional = true } +tonic = { version = "0.12.1", 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 = [