Fix warning and update tokio

This commit is contained in:
2025-07-27 13:21:50 -07:00
parent ded6875f29
commit e8ae09446c
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
tauri-plugin-os = "2.3.0"
reqwest = { version = "0.12.22", default-features = false, features = ["stream", "rustls-tls"] }
tokio = "1.46.1"
tokio = "1.47.0"
futures-util = { version = "0.3.31", features = ["io"] }
tauri-plugin-decorum = "1.1.1"
tauri-plugin-fs = "2.4.1"

View File

@@ -348,6 +348,7 @@ async fn open_folder(app: AppHandle, name: String) {
}
}
#[allow(unused_variables)]
#[tauri::command]
fn fix_mac_permissions(app: AppHandle, name: String, executable: String) {
#[cfg(target_os = "macos")]