From e5fa0dc41069711cb27f7698b3df90df57c8b2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:15:50 +0000 Subject: [PATCH] deps(deps): Bump tonic-prost-build from 0.14.5 to 0.14.6 Bumps [tonic-prost-build](https://github.com/hyperium/tonic) from 0.14.5 to 0.14.6. - [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.14.5...tonic-prost-build-v0.14.6) --- updated-dependencies: - dependency-name: tonic-prost-build dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df6a1ba2..19b95eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8715,9 +8715,9 @@ dependencies = [ [[package]] name = "tonic-prost-build" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3144df636917574672e93d0f56d7edec49f90305749c668df5101751bb8f95a" +checksum = "654e5643eff75d7f8c99197ce1440ed19a3474eada74c12bbac488b2cafdae27" dependencies = [ "prettyplease", "proc-macro2",