From 3eafa12a339ca0ff9ae997abcf652c3a178ce082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:50:31 +0000 Subject: [PATCH] chore(deps)(deps): update prost requirement in /src-tauri Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.13.0...v0.14.3) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.3 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..5b06596 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -77,7 +77,7 @@ serde_yaml = "0.9" # (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"] } -prost = "0.13" +prost = "0.14" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] # Auto-update is desktop-only. The plugin downloads the new bundle from