From 2e714767a1fc917db5f69dabb3ca81f8a24f6462 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 25 Mar 2025 22:58:25 +0100 Subject: [PATCH] feat: update dagger --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14083fe..bb32500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ dagger-components = { path = "crates/dagger-components" } dagger-cuddle-please = { path = "crates/dagger-cuddle-please" } dagger-rust = { path = "crates/dagger-rust" } -dagger-sdk = "0.16.0" +dagger-sdk = "0.17.1" eyre = "0.6" tokio = "1" dotenv = "0.15.0"