mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 08:36:54 +00:00
fix: 去除anyhow的依赖
This commit is contained in:
+16
-7
@@ -11,19 +11,28 @@ rust-version.workspace = true
|
||||
[dependencies]
|
||||
async-trait.workspace = true
|
||||
tracing.workspace = true
|
||||
anyhow.workspace = true
|
||||
time = { workspace = true, features = ["parsing", "formatting"] }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "net", "signal"] }
|
||||
tokio = { workspace = true, features = [
|
||||
"rt-multi-thread",
|
||||
"macros",
|
||||
"net",
|
||||
"signal",
|
||||
] }
|
||||
tracing-error.workspace = true
|
||||
http.workspace = true
|
||||
bytes.workspace = true
|
||||
futures.workspace = true
|
||||
|
||||
|
||||
ecstore = { path = "../ecstore" }
|
||||
|
||||
s3s = "0.10.0"
|
||||
clap = { version = "4.5.7", features = ["derive"] }
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] }
|
||||
hyper-util = { version = "0.1.5", features = ["tokio", "server-auto", "server-graceful"] }
|
||||
http.workspace = true
|
||||
hyper-util = { version = "0.1.5", features = [
|
||||
"tokio",
|
||||
"server-auto",
|
||||
"server-graceful",
|
||||
] }
|
||||
mime = "0.3.17"
|
||||
bytes.workspace = true
|
||||
transform-stream = "0.3.0"
|
||||
futures.workspace = true
|
||||
# pin-utils = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user