From 867f32d805cb455f8b6798b36aaad4ba65cce385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:23:52 +0000 Subject: [PATCH] deps(deps): bump tonic-build from 0.12.3 to 0.14.5 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.3 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.3...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 | 48 ++---------------------------------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 47 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index 5366fe04..0a73ec8a --- a/Cargo.lock +++ b/Cargo.lock @@ -2596,12 +2596,6 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" -[[package]] -name = "fixedbitset" -version = "0.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" - [[package]] name = "flatbuffers" version = "25.9.23" @@ -4688,12 +4682,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "multimap" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" - [[package]] name = "murmurhash32" version = "0.3.1" @@ -5654,16 +5642,6 @@ dependencies = [ "sha2", ] -[[package]] -name = "petgraph" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" -dependencies = [ - "fixedbitset", - "indexmap 2.11.4", -] - [[package]] name = "phf" version = "0.11.3" @@ -6057,26 +6035,6 @@ dependencies = [ "prost-derive 0.14.1", ] -[[package]] -name = "prost-build" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" -dependencies = [ - "heck", - "itertools 0.14.0", - "log", - "multimap", - "once_cell", - "petgraph", - "prettyplease", - "prost 0.13.5", - "prost-types", - "regex", - "syn 2.0.106", - "tempfile", -] - [[package]] name = "prost-derive" version = "0.13.5" @@ -8448,14 +8406,12 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" +checksum = "1882ac3bf5ef12877d7ed57aad87e75154c11931c2ba7e6cde5e22d63522c734" dependencies = [ "prettyplease", "proc-macro2", - "prost-build", - "prost-types", "quote", "syn 2.0.106", ] diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index 52109c6c..5f41629e --- a/Cargo.toml +++ b/Cargo.toml @@ -179,7 +179,7 @@ transmutation = { version = "0.3.1", optional = true, features = ["office", "pdf [build-dependencies] cc = { version = "1.2.49", features = ["parallel"] } winres = "0.1" -tonic-build = "0.12" +tonic-build = "0.14" # Vendored protoc for cross-compilation (e.g. aarch64-unknown-linux-musl in CI where container has no protoc) protoc-bin-vendored = "3.2"