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