fix(deps): update all dependencies

This commit is contained in:
2025-05-10 00:22:13 +00:00
parent 00c653d8a1
commit a12e3c62af
6 changed files with 716 additions and 407 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"