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.
This commit is contained in:
2026-03-17 19:23:12 +01:00
parent 6349147d8d
commit cfe38e5c3b
2 changed files with 4 additions and 4 deletions

View File

@@ -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"