deps: 依赖排序,并移除无用的 re-exports

This commit is contained in:
amtoaer
2024-04-01 22:17:41 +08:00
parent d72551254f
commit eeb9f86830
2 changed files with 28 additions and 31 deletions

3
Cargo.lock generated
View File

@@ -411,8 +411,6 @@ dependencies = [
"env_logger",
"filenamify",
"futures",
"futures-core",
"futures-util",
"handlebars",
"hex",
"log",
@@ -658,7 +656,6 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cd91cf61412820176e137621345ee43b3f4423e589e7ae4e50d601d93e35ef8"
dependencies = [
"percent-encoding",
"time",
"version_check",
]