diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 71f878e..0cf3be2 100644 --- a/ci/Cargo.toml +++ b/ci/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] tokio.workspace = true -dagger-sdk = "0.13.7" +dagger-sdk = "0.15.0" eyre = { version = "0.6.12" } dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" } diff --git a/crates/cuddle-rust-cli-plan/Cargo.toml b/crates/cuddle-rust-cli-plan/Cargo.toml index 4b948e9..6debec9 100644 --- a/crates/cuddle-rust-cli-plan/Cargo.toml +++ b/crates/cuddle-rust-cli-plan/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] tokio.workspace = true -dagger-sdk = "0.13.7" +dagger-sdk = "0.15.0" eyre = { version = "0.6.12" } dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }