chore(deps): update rust crate anyhow to 1.0.83 #28

Merged
kjuulh merged 1 commits from renovate/all into main 2024-05-06 21:01:49 +02:00
Showing only changes of commit 5836f63ce2 - Show all commits

View File

@ -4,7 +4,7 @@ resolver = "2"
[workspace.dependencies] [workspace.dependencies]
anyhow = { version = "1.0.82" } anyhow = { version = "1.0.83" }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] } tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" } tracing-subscriber = { version = "0.3.18" }