From 5216549d0a8f5e02bca7a560f3b817c5f23377d6 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 18 May 2026 14:53:05 -0700 Subject: [PATCH] chore(m1): use notify v8, dirs v6, tighten capabilities permissions --- src-tauri/Cargo.toml | 4 ++-- src-tauri/capabilities/default.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b0753ad..da51793 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -24,8 +24,8 @@ log = "0.4" anyhow = "1.0" tokio = { version = "1", features = ["full"] } toml = "0.8" -notify = "6" -dirs = "5" +notify = "8" +dirs = "6" tauri = { version = "2.11.2", features = ["tray-icon"] } tauri-plugin-log = "2" tauri-plugin-notification = "2" diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index c8d468b..6c670aa 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -8,7 +8,6 @@ "permissions": [ "core:default", "notification:default", - "fs:read-all", - "shell:allow-execute" + "shell:allow-open" ] }