From d7a94eb2e434d53c46c681422e1a23f4bc455a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:06:28 +0000 Subject: [PATCH] chore(deps): update tauri-build requirement from 1.5 to 2.0 Updates the requirements on [tauri-build](https://github.com/tauri-apps/tauri) to permit the latest version. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.5...tauri-build-v2.0) --- updated-dependencies: - dependency-name: tauri-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/desktop/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 7c9d1779..c76f16f2 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "1.5", features = [] } +tauri-build = { version = "2.0", features = [] } [dependencies] tauri = { version = "1.5", features = ["shell-open"] }