refactor: 下载部分使用 tokio 的封装代替手动实现 (#245)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-02-05 02:33:15 +08:00
committed by GitHub
parent 7097b2a6b9
commit 9d8e398cbe
4 changed files with 9 additions and 10 deletions

5
Cargo.lock generated
View File

@@ -414,6 +414,7 @@ dependencies = [
"strum",
"thiserror 2.0.11",
"tokio",
"tokio-util",
"toml",
"tracing",
"tracing-subscriber",
@@ -3274,9 +3275,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.7.11"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
dependencies = [
"bytes",
"futures-core",