fix: 去除anyhow的依赖

This commit is contained in:
shiro.lee
2024-08-06 22:59:28 +08:00
parent 24b3afbe3d
commit b007903616
5 changed files with 34 additions and 20 deletions
Generated
+1 -7
View File
@@ -86,12 +86,6 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "arrayvec"
version = "0.7.4"
@@ -1088,7 +1082,6 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
name = "rustfs"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bytes",
"clap",
@@ -1101,6 +1094,7 @@ dependencies = [
"time",
"tokio",
"tracing",
"tracing-error",
"tracing-subscriber",
"transform-stream",
]