remove redundant or unused deps (#1462)

This commit is contained in:
Gabriel Gordon-Hall
2025-12-08 15:36:38 +00:00
committed by GitHub
parent 45d0359118
commit 08d8848346
12 changed files with 36 additions and 148 deletions

View File

@@ -27,7 +27,6 @@ jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] }
tokio = { workspace = true }
futures = "0.3.31"
tokio-stream = { version = "0.1.17", features = ["sync"] }
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots", "url"] }
shellexpand = "3.1.1"
which = "8.0.0"
similar = "2"