From db936a34e349b3657b253b1dac1f5acbfd453f5f Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 9 Jan 2025 05:23:00 +0000 Subject: [PATCH] fix(deps): update rust crate dagger-sdk to 0.15.0 --- ci/Cargo.toml | 2 +- crates/cuddle-empty-plan/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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-empty-plan/Cargo.toml b/crates/cuddle-empty-plan/Cargo.toml index 440e2e9..1b34982 100644 --- a/crates/cuddle-empty-plan/Cargo.toml +++ b/crates/cuddle-empty-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" }