From 182c7294a8db11585ae794edd6488ed50c044c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 23:41:59 +0000 Subject: [PATCH] build(deps): bump tonic-build from 0.12.3 to 0.14.1 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.3 to 0.14.1. - [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.12.3...v0.14.1) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++----- testing/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81dbfe03..7ab6fd91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2820,14 +2820,12 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.3" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" +checksum = "49e323d8bba3be30833707e36d046deabf10a35ae8ad3cae576943ea8933e25d" dependencies = [ "prettyplease", "proc-macro2", - "prost-build", - "prost-types", "quote", "syn 2.0.89", ] diff --git a/testing/Cargo.toml b/testing/Cargo.toml index d16408ed..deab218a 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -37,4 +37,4 @@ tokio = { version = "^1.16", features = [ tonic = "^0.12" [build-dependencies] -tonic-build = "^0.12" +tonic-build = "^0.14"