fix(deps): update all dependencies

This commit is contained in:
2026-01-03 04:23:29 +00:00
parent ce2a69f395
commit 48cd585a7f
6 changed files with 676 additions and 401 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
clap = "4.2.7"
thiserror = "1.0.40"
thiserror = "2.0.0"
tokio = { version = "1.28.1", features = ["rt", "macros", "parking_lot"] }
tracing = { version = "0.1.37", features = ["log"] }
tracing-subscriber = "0.3.17"