From e73036b724a5f93c9a036fc31bb8d3dff9e8fcc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 01:43:09 +0000 Subject: [PATCH] chore(deps): bump tonic-build from 0.12.2 to 0.14.5 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.2 to 0.14.5. - [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.2...v0.14.5) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b2938a..81be06e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1010,13 +1010,12 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.2" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4ee8877250136bd7e3d2331632810a4df4ea5e004656990d8d66d2f5ee8a67" +checksum = "1882ac3bf5ef12877d7ed57aad87e75154c11931c2ba7e6cde5e22d63522c734" dependencies = [ "prettyplease", "proc-macro2", - "prost-build", "quote", "syn", ] diff --git a/Cargo.toml b/Cargo.toml index 9044607..f78b50a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ serde = { version = "1.0", features = ["derive"] } prost-wkt-types = "0.6" [build-dependencies] -tonic-build = "0.12.1" +tonic-build = "0.14.5"