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
+2 -2
View File
@@ -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]