From 3aae24cca63b2d692efa9a5c62aa5d95f7bbd421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:16:55 +0000 Subject: [PATCH] build(deps): update protox requirement from 0.6 to 0.7 in /src-tauri Updates the requirements on [protox](https://github.com/andrewhickman/protox) to permit the latest version. - [Changelog](https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/protox/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: protox 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 42011fce..89d48f7b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2.0.0-beta", features = ["codegen"] } tonic-build = { version = "0.11.0", features = [] } -protox = "0.6" +protox = "0.7" [dependencies] once_cell = "1.16"