refactor(deps): replace snafu and heal anyhow (#4266)

This commit is contained in:
houseme
2026-07-05 00:31:37 +08:00
committed by GitHub
parent 86eafc799b
commit 6dabbaab4d
10 changed files with 32 additions and 68 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ http.workspace = true
pin-project-lite.workspace = true
s3s.workspace = true
serde_json = { workspace = true }
snafu = { workspace = true, features = ["backtrace"] }
thiserror = { workspace = true }
parking_lot.workspace = true
tokio.workspace = true
tokio-util.workspace = true