fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2025-07-10 00:23:10 +00:00
parent 00c653d8a1
commit f209061035
5 changed files with 282 additions and 114 deletions

View File

@@ -7,9 +7,9 @@ edition = "2021"
[dependencies]
eyre = { version = "*" }
dagger-sdk = "0.2.22"
dagger-sdk = "0.18.0"
tokio = { version = "1.28.1", features = ["full"] }
async-scoped = { version = "0.7.1", features = ["use-tokio"] }
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
tracing-subscriber = "0.3.17"
tracing = { version = "0.1.37", features = ["log"] }
stopwatch = "0.0.7"