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"