mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 23:26:53 +00:00
fix: 去除anyhow的依赖
This commit is contained in:
+2
-2
@@ -18,6 +18,8 @@ tracing.workspace = true
|
||||
serde.workspace = true
|
||||
time.workspace = true
|
||||
serde_json.workspace = true
|
||||
tracing-error.workspace = true
|
||||
http.workspace = true
|
||||
url = "2.5.2"
|
||||
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
|
||||
reed-solomon-erasure = "6.0.0"
|
||||
@@ -25,7 +27,6 @@ transform-stream = "0.3.0"
|
||||
lazy_static = "1.5.0"
|
||||
regex = "1.10.5"
|
||||
netif = "0.1.6"
|
||||
tracing-error = "0.2.0"
|
||||
path-absolutize = "3.1.1"
|
||||
rmp-serde = "1.3.0"
|
||||
tokio-util = { version = "0.7.11", features = ["io"] }
|
||||
@@ -36,7 +37,6 @@ base64-simd = "0.8.0"
|
||||
sha2 = "0.10.8"
|
||||
hex-simd = "0.8.0"
|
||||
path-clean = "1.0.1"
|
||||
http.workspace = true
|
||||
tokio-stream = "0.1.15"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user