fix(service): update update clash_verge_service_ipc to 2.0.27

chore(changelog): add IPC permission restrictions for macOS and Linux

refactor(service): remove outdated service version check logic
This commit is contained in:
Tunglies
2025-12-31 21:35:34 +08:00
parent cceb0a6eb4
commit 3bbcdbe5ca
4 changed files with 21 additions and 78 deletions

View File

@@ -94,7 +94,7 @@ tauri-plugin-devtools = { version = "2.0.1" }
tauri-plugin-mihomo = { git = "https://github.com/clash-verge-rev/tauri-plugin-mihomo" }
clash_verge_logger = { git = "https://github.com/clash-verge-rev/clash-verge-logger" }
async-trait = "0.1.89"
clash_verge_service_ipc = { version = "2.0.26", features = [
clash_verge_service_ipc = { version = "2.0.27", features = [
"client",
], git = "https://github.com/clash-verge-rev/clash-verge-service-ipc" }
arc-swap = "1.8.0"