From aa287a900f6650e9f8ff4778e1a4fe2db5ece1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:53:17 +0000 Subject: [PATCH] chore(deps)(deps): update tauri requirement in /src-tauri Updates the requirements on [tauri](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-v1.5...tauri-v1.8.3) --- updated-dependencies: - dependency-name: tauri dependency-version: 1.8.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 ebc0524..fd5b5a0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" rust-version = "1.70" [dependencies] -tauri = { version = "1.5", features = [ "process-relaunch", "window-start-dragging", "window-hide", "window-minimize", "path-all", "http-all", "os-all", "window-unmaximize", "window-maximize", "dialog-save", "window-unminimize", "window-show", "dialog-open", "shell-open", "notification-all", "system-tray", "updater"], default-features = false } +tauri = { version = "2.10", features = [ "process-relaunch", "window-start-dragging", "window-hide", "window-minimize", "path-all", "http-all", "os-all", "window-unmaximize", "window-maximize", "dialog-save", "window-unminimize", "window-show", "dialog-open", "shell-open", "notification-all", "system-tray", "updater"], default-features = false } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.0", features = ["full"] }