chore(m1): use notify v8, dirs v6, tighten capabilities permissions

This commit is contained in:
pyr0ball 2026-05-18 14:53:05 -07:00
parent c33d4cf07f
commit 5216549d0a
2 changed files with 3 additions and 4 deletions

View file

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

View file

@ -8,7 +8,6 @@
"permissions": [
"core:default",
"notification:default",
"fs:read-all",
"shell:allow-execute"
"shell:allow-open"
]
}