diff --git a/storage/framework/core/desktop/package.json b/storage/framework/core/desktop/package.json index c6b930ee3f..d10b84836e 100644 --- a/storage/framework/core/desktop/package.json +++ b/storage/framework/core/desktop/package.json @@ -54,8 +54,8 @@ "dependencies": { "@stacksjs/build": "workspace:*", "@stacksjs/server": "workspace:*", - "@tauri-apps/api": "^1.6.0", - "@tauri-apps/cli": "^1.6.2", + "@tauri-apps/api": "^2.0.2", + "@tauri-apps/cli": "^2.0.2", "unified-network": "^0.6.4", "unstorage": "^1.12.0", "vue": "^3.5.11" diff --git a/storage/framework/views/dashboard/src-tauri/Cargo.toml b/storage/framework/views/dashboard/src-tauri/Cargo.toml index 9c73ae29c7..bdf2c1c254 100644 --- a/storage/framework/views/dashboard/src-tauri/Cargo.toml +++ b/storage/framework/views/dashboard/src-tauri/Cargo.toml @@ -12,12 +12,12 @@ rust-version = "1.74.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "1.5.5", features = [] } +tauri-build = { version = "2.0.1", features = [] } [dependencies] serde_json = "1.0.128" serde = { version = "1.0.210", features = [ "derive" ] } -tauri = { version = "1.8.0", features = [] } +tauri = { version = "2.0.2", features = [] } [features] # this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled. diff --git a/storage/framework/views/desktop/src-tauri/Cargo.toml b/storage/framework/views/desktop/src-tauri/Cargo.toml index 9c73ae29c7..bdf2c1c254 100644 --- a/storage/framework/views/desktop/src-tauri/Cargo.toml +++ b/storage/framework/views/desktop/src-tauri/Cargo.toml @@ -12,12 +12,12 @@ rust-version = "1.74.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "1.5.5", features = [] } +tauri-build = { version = "2.0.1", features = [] } [dependencies] serde_json = "1.0.128" serde = { version = "1.0.210", features = [ "derive" ] } -tauri = { version = "1.8.0", features = [] } +tauri = { version = "2.0.2", features = [] } [features] # this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.