mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-09 09:36:46 +08:00
refactor: 用eyre替换anyhow
This commit is contained in:
@@ -35,7 +35,7 @@ reqwest = { version = "0.12.22", default-features = false, features = ["default-
|
||||
reqwest-retry = { version = "0.7.0" }
|
||||
reqwest-middleware = { version = "0.4.2" }
|
||||
|
||||
anyhow = { version = "1.0.98" }
|
||||
eyre = { version = "0.6.12" }
|
||||
parking_lot = { version = "0.12.4", features = ["send_guard"] }
|
||||
tracing = { version = "0.1.41" }
|
||||
tracing-subscriber = { version = "0.3.19", features = ["json", "time", "local-time"] }
|
||||
@@ -62,3 +62,4 @@ strip = true
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user