From 02f71bd288bff7d6f734b9f51d259decca2daeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:50:33 +0000 Subject: [PATCH] chore(deps)(deps): update protox requirement in /src-tauri Updates the requirements on [protox](https://github.com/andrewhickman/protox) to permit the latest version. - [Release notes](https://github.com/andrewhickman/protox/releases) - [Changelog](https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/protox/compare/0.7.0...protox-v0.9.1) --- updated-dependencies: - dependency-name: protox dependency-version: 0.9.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..499b64d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ tauri-build = { version = "2.0", features = [] } # 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"] } -protox = "0.7" +protox = "0.9" [dependencies] tauri = { version = "2.1", features = [] }