From cfe38e5c3ba583816de7c5e8f0020d8a07719bdb Mon Sep 17 00:00:00 2001 From: nessi Date: Tue, 17 Mar 2026 19:23:12 +0100 Subject: [PATCH] chore: update Tauri dependencies to 2.10.1 and tauri-build to 2.5.5 Update @tauri-apps/api and @tauri-apps/cli to version 2.10.1, and tauri runtime to 2.10.1 for consistency across desktop client dependencies. Update tauri-build to version 2.5.5. --- desktop-client/package.json | 4 ++-- desktop-client/src-tauri/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop-client/package.json b/desktop-client/package.json index fdcd0ee..2b9bbeb 100644 --- a/desktop-client/package.json +++ b/desktop-client/package.json @@ -13,12 +13,12 @@ "tauri:build:windows-x64:linux": "XWIN_ARCH=x86_64 tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc --config src-tauri/tauri.windows.conf.json" }, "dependencies": { - "@tauri-apps/api": "2.3.1", + "@tauri-apps/api": "2.10.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { - "@tauri-apps/cli": "2.3.1", + "@tauri-apps/cli": "2.10.1", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "@vitejs/plugin-react": "^4.3.4", diff --git a/desktop-client/src-tauri/Cargo.toml b/desktop-client/src-tauri/Cargo.toml index 852354d..4b27aad 100644 --- a/desktop-client/src-tauri/Cargo.toml +++ b/desktop-client/src-tauri/Cargo.toml @@ -10,7 +10,7 @@ name = "nexavpn_desktop" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] -tauri-build = { version = "2.3.1" } +tauri-build = { version = "2.5.5" } [dependencies] base64 = "0.22" @@ -18,5 +18,5 @@ rand_core = { version = "0.6", features = ["getrandom"] } reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tauri = { version = "2.3.1", features = [] } +tauri = { version = "2.10.1", features = [] } x25519-dalek = "2.0"