mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-18 02:33:15 +00:00
fix: 去除anyhow的依赖
This commit is contained in:
+8
-2
@@ -12,11 +12,17 @@ rust-version = "1.75"
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0.117"
|
||||
tracing = "0.1.40"
|
||||
tracing-error = "0.2.0"
|
||||
futures = "0.3.30"
|
||||
bytes = "1.6.0"
|
||||
http = "1.1.0"
|
||||
thiserror = "1.0.61"
|
||||
time = { version = "0.3.36", features = ["std", "parsing", "formatting", "macros", "serde"] }
|
||||
time = { version = "0.3.36", features = [
|
||||
"std",
|
||||
"parsing",
|
||||
"formatting",
|
||||
"macros",
|
||||
"serde",
|
||||
] }
|
||||
async-trait = "0.1.80"
|
||||
tokio = { version = "1.38.0", features = ["fs"] }
|
||||
anyhow = "1.0.86"
|
||||
|
||||
Reference in New Issue
Block a user