fix: disable double pulls.

This commit is contained in:
2025-01-27 11:32:14 +08:00
parent 9aefd4a30c
commit 70883c231b
3 changed files with 22 additions and 58 deletions

View File

@@ -11,9 +11,9 @@ serde_json = "1.0"
serde_derive = "1.0"
rand = "0.8.5"
regex = "1.3.4"
futures = { version = "0.3.11", features = ["thread-pool"] }
surf = "1.0.3"
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
anyhow = "1.0.95"
[lib]
doctest = false