From 8c180673e7abf49b67461c1246586bbc106e9713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:35:46 +0000 Subject: [PATCH] Bump tonic-build from 0.10.2 to 0.11.0 Bumps [tonic-build](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-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bazelfe-protos/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7ebef07e..9b16cc230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3348,9 +3348,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889" +checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2" dependencies = [ "prettyplease", "proc-macro2", diff --git a/bazelfe-protos/Cargo.toml b/bazelfe-protos/Cargo.toml index d4dc26e43..d9c67fdde 100644 --- a/bazelfe-protos/Cargo.toml +++ b/bazelfe-protos/Cargo.toml @@ -19,7 +19,7 @@ features = ["full"] version = "1.36.0" [build-dependencies] -tonic-build = { version = "0.10.2", features = ["prost"] } +tonic-build = { version = "0.11.0", features = ["prost"] } [dev-dependencies]