From 1e8d496cda0582b3769a7339c002deb11a66db0b Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 9 Jan 2025 05:24:39 +0000 Subject: [PATCH] fix(deps): update rust crate dagger-sdk to 0.15.0 --- ci/Cargo.toml | 2 +- crates/cuddle-rust-cli-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-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" }