Compare commits

..

1 Commits

Author SHA1 Message Date
c208befc1a 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
2024-11-28 05:23:31 +00:00
2 changed files with 100 additions and 589 deletions

687
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"] }