Skip to content

Commit c378e66

Browse files
committed
Add more excluded apps from allowlist blocking
1 parent f5af962 commit c378e66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src-tauri/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ tauri-plugin-shell = "2"
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"
2525
tokio = { version = "1.42.0", features = ["full"] }
26-
os-monitor-service = { version = "0.4.2" }
27-
os-monitor = { version = "0.4.2" }
26+
os-monitor-service = { version = "0.4.3" }
27+
os-monitor = { version = "0.4.3" }
2828
tauri-plugin-sql = { version = "2", features = ["sqlite"] }
2929
dirs = "6.0.0"
3030
tauri-plugin-log = "2.2.1"

0 commit comments

Comments
 (0)