fix(deps): update all dependencies

This commit is contained in:
2024-12-14 01:26:02 +00:00
parent 00c653d8a1
commit 5d532c919b
6 changed files with 674 additions and 403 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"