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

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

5
src-tauri/Cargo.lock generated
View File

@@ -1107,17 +1107,13 @@ dependencies = [
"compact_str",
"console-subscriber",
"criterion",
"dashmap 6.1.0",
"deelevate",
"delay_timer",
"dirs 6.0.0",
"dunce",
"flexi_logger",
"futures",
"gethostname",
"getrandom 0.3.4",
"hex",
"hmac",
"isahc",
"libc",
"log",
@@ -1136,7 +1132,6 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml_ng",
"sha2 0.10.9",
"signal-hook 0.3.18",
"smartstring",
"sys-locale",

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 = [