diff --git a/Cargo.toml b/Cargo.toml index a45e0a6..7fc3cbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3" } clap = { version = "4.5.4", features = ["derive", "env"] } dotenv = { version = "0.15" } -dagger-sdk = "0.18.3" +dagger-sdk = "0.19.0" cuddle-clusters = { git = "https://git.kjuulh.io/kjuulh/cuddle-clusters", branch = "main" } #tag = "v0.1.1" }