This commit is contained in:
2025-01-05 22:34:53 +08:00
parent 8d61fe5b39
commit f5ef691324
2 changed files with 1 additions and 242 deletions

View File

@@ -9,7 +9,7 @@ axum = { version = "0.8.1", features = ["http2"] }
colored = "2.2.0"
image = "0.25.5"
libwebp-sys = "0.11.0"
reqwest = { version = "0.12.12", features = ["json", "stream", "rustls-tls"] }
reqwest = { version = "0.12.12", default-features = false, features = ["json", "stream", "rustls-tls"] }
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full"] }
webp = "0.3.0"