diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 7487f5b..c6ee635 100644 --- a/ci/Cargo.toml +++ b/ci/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-scoped = { version = "0.7.1", features = ["use-tokio"] } +async-scoped = { version = "0.9.0", features = ["use-tokio"] } color-eyre = "0.6.2" -dagger-sdk = "0.2.22" +dagger-sdk = "0.18.0" eyre = "0.6.8" tokio = { version = "1.28.0", features = ["full"] }