mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-10 06:51:35 +08:00
refactor: 下载部分使用 tokio 的封装代替手动实现 (#245)
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user