summaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-13 16:46:03 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-13 16:46:03 +0800
commit4417a45083a2ef008264f00a9c9803f42004afea (patch)
tree9fe575d825b0fbc60feccff5e857810fb093fd28 /src-tauri
parent69398ea5dd5d6e1680b788cdabf7927f730e3d55 (diff)
downloadDropOut-4417a45083a2ef008264f00a9c9803f42004afea.tar.gz
DropOut-4417a45083a2ef008264f00a9c9803f42004afea.zip
fix: update tauri and tauri-plugin-shell versions in Cargo.toml
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.toml6
1 files 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