perf: optimize network requests and update logic to support aborting

This commit is contained in:
wonfen
2025-05-04 11:25:48 +08:00
parent 779291151e
commit 23b0493d0b
4 changed files with 14 additions and 12 deletions

View File

@@ -9,6 +9,6 @@ debug = []
reqwest = { version = "0.12.15", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.44.1", features = ["rt", "macros", "time"] }
[dev-dependencies]
tokio = { version = "1.44.1", features = ["rt", "macros"] }