feat: update dagger sdk
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-08-06 21:59:28 +02:00
parent 277c09d490
commit 370c73f9b0
7 changed files with 1010 additions and 802 deletions

View File

@@ -4,11 +4,12 @@ resolver = "2"
[workspace.dependencies]
anyhow = { version = "1.0.86" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
tracing-subscriber = { version = "0.3" }
clap = { version = "4.5.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
dotenv = { version = "0.15" }
dagger-sdk = "0.18.3"
cuddle-clusters = { git = "https://git.front.kjuulh.io/kjuulh/cuddle-clusters", branch = "main" } #tag = "v0.1.1" }
cuddle-clusters = { git = "https://git.kjuulh.io/kjuulh/cuddle-clusters", branch = "main" } #tag = "v0.1.1" }