From b3abae081b25eafa986673261e6b4e037f93b786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:50:34 +0000 Subject: [PATCH] chore(deps)(deps): update tonic-build requirement in /src-tauri Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 944088a..86845bf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ tauri-build = { version = "2.0", features = [] } # Compiles the vendored maestro_android.proto into Rust bindings at build # time. `protox` is a pure-Rust protobuf compiler so we don't need the # external `protoc` binary on contributors' machines. -tonic-build = { version = "0.12", default-features = false, features = ["prost", "transport"] } +tonic-build = { version = "0.14", default-features = false, features = ["prost", "transport"] } protox = "0.7" [dependencies]