Compare commits

..

1 Commits

Author SHA1 Message Date
81c1378394 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-01-06 05:21:27 +00:00
2 changed files with 99 additions and 580 deletions

677
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk = "0.13.0"
dagger-sdk = "0.9.8"
eyre = "0.6.12"
tokio = { version = "1.36.0", features = ["full"] }