This commit is contained in:
weisd
2024-07-02 15:07:40 +08:00
parent 9db300035a
commit e013d33691
4 changed files with 10 additions and 61 deletions
Generated
-11
View File
@@ -329,7 +329,6 @@ dependencies = [
"thiserror",
"time",
"tokio",
"tokio-pipe",
"tokio-util",
"tracing",
"tracing-error",
@@ -1397,16 +1396,6 @@ dependencies = [
"syn",
]
[[package]]
name = "tokio-pipe"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f213a84bffbd61b8fa0ba8a044b4bbe35d471d0b518867181e82bd5c15542784"
dependencies = [
"libc",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.11"