fix: remove unused dependencies from Cargo.toml and Cargo.lock

This commit is contained in:
Tunglies
2025-10-31 00:55:50 +08:00
parent ef35752d84
commit 1e9df69ffc
2 changed files with 0 additions and 10 deletions

View File

@@ -18,7 +18,6 @@ tauri-build = { version = "2.5.1", features = [] }
[dependencies]
warp = { version = "0.4.2", features = ["server"] }
anyhow = "1.0.100"
dirs = "6.0"
open = "5.3.2"
log = "0.4.28"
dunce = "1.0.5"
@@ -67,11 +66,7 @@ futures = "0.3.31"
sys-locale = "0.3.2"
libc = "0.2.177"
gethostname = "1.1.0"
hmac = "0.12.1"
sha2 = "0.10.9"
hex = "0.4.3"
scopeguard = "1.2.0"
dashmap = "6.1.0"
tauri-plugin-notification = "2.3.3"
tokio-stream = "0.1.17"
isahc = { version = "1.7.2", default-features = false, features = [