chore: remove unused dependencies

This commit is contained in:
zhom
2025-07-03 21:50:34 +04:00
parent 341751c9b2
commit fbf36b49df
2 changed files with 0 additions and 300 deletions
-3
View File
@@ -34,10 +34,8 @@ tokio = { version = "1", features = ["full"] }
sysinfo = "0.35"
lazy_static = "1.4"
base64 = "0.22"
zip = "4"
async-trait = "0.1"
futures-util = "0.3"
urlencoding = "2.1"
uuid = { version = "1.0", features = ["v4", "serde"] }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\"))".dependencies]
@@ -64,7 +62,6 @@ windows = { version = "0.61", features = [
[dev-dependencies]
tempfile = "3.13.0"
tokio-test = "0.4.4"
wiremock = "0.6"
hyper = { version = "1.0", features = ["full"] }
hyper-util = { version = "0.1", features = ["full"] }