From e7be380feebcf8dcee87f5fb0bd1a95f91013291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:50:40 +0000 Subject: [PATCH] chore(deps)(deps): update tonic requirement in /src-tauri Updates the requirements on [tonic](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 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..c15db17 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -76,7 +76,7 @@ serde_yaml = "0.9" # gRPC client for talking directly to the on-device Maestro driver # (bypasses the slow `maestro hierarchy` CLI invocation path when the # driver is kept alive by a background `maestro studio` process). -tonic = { version = "0.12", default-features = false, features = ["codegen", "prost", "transport"] } +tonic = { version = "0.14", default-features = false, features = ["codegen", "prost", "transport"] } prost = "0.13" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]