From bacb9dee95f0de349db5ec5530b7ed520804aba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:43:32 +0000 Subject: [PATCH] build(deps): bump tonic from 0.10.2 to 0.11.0 Bumps [tonic](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 908bee237..a28147794 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,9 +606,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e" +checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index caaa28cec..70fb6bb41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ quickcheck = { version = "1", default-features = false, optional = true } thiserror = { version = "1", optional = true } [dependencies.tonic] -version = "0.10" +version = "0.11" default-features = false features = ["prost"]