refactor: remove unused dependencies from Cargo.toml and Cargo.lock (#4179)

This commit is contained in:
Tunglies
2025-07-24 00:51:36 +08:00
committed by GitHub
parent 15a1770ee9
commit 27535c7bb7
2 changed files with 17 additions and 10 deletions

View File

@@ -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"