mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
refactor: remove unused dependencies from Cargo.toml and Cargo.lock (#4179)
This commit is contained in:
@@ -41,7 +41,6 @@ tokio = { version = "1.46.1", features = [
|
||||
"time",
|
||||
"sync",
|
||||
] }
|
||||
tokio-tungstenite = "0.24.0"
|
||||
futures-util = "0.3.31"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
reqwest = { version = "0.12.22", features = ["json", "rustls-tls", "cookies"] }
|
||||
@@ -72,8 +71,6 @@ getrandom = "0.3.3"
|
||||
futures = "0.3.31"
|
||||
sys-locale = "0.3.2"
|
||||
async-trait = "0.1.88"
|
||||
ab_glyph = "0.2.29"
|
||||
tungstenite = "0.27.0"
|
||||
libc = "0.2.174"
|
||||
gethostname = "1.0.2"
|
||||
hmac = "0.12.1"
|
||||
|
||||
Reference in New Issue
Block a user