From 10c46dc377c10c969a015f27db585ae4e5a9753c Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 8 Jan 2026 01:21:18 +0000 Subject: [PATCH] chore(deps): update rust crate dagger-sdk to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1120678..23978af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.dependencies] -dagger-sdk = "0.18.19" +dagger-sdk = "0.19.0" anyhow = { version = "1.0.86" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] }