From 4417a45083a2ef008264f00a9c9803f42004afea Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 16:46:03 +0800 Subject: fix: update tauri and tauri-plugin-shell versions in Cargo.toml --- src-tauri/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d9149a8..d88b99e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -14,8 +14,8 @@ env_logger = "0.9" tokio = { version = "1.49.0", features = ["full"] } reqwest = { version = "0.13.1", features = ["json", "blocking"] } serde_json = "1.0.149" -tauri = { version = "2.0.0", features = [] } -tauri-plugin-shell = "2.0.0" +tauri = { version = "2.9", features = [] } +tauri-plugin-shell = "2.3" uuid = { version = "1.10.0", features = ["v3", "v4", "serde"] } futures = "0.3" sha1 = "0.10" @@ -23,7 +23,7 @@ hex = "0.4" zip = "2.2.2" [build-dependencies] -tauri-build = { version = "2.0.0", features = [] } +tauri-build = { version = "2.0", features = [] } [profile.dev] opt-level = 0 -- cgit v1.2.3-70-g09d2