diff --git a/Cargo.toml b/Cargo.toml index fb534cb..035b1e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ ci = { path = "ci" } #dagger-sdk = "0.3.2" dagger-sdk = {git = "https://github.com/kjuulh/dagger.git", branch = "feat/with-send-sync"} eyre = "0.6.8" -tokio = "1.31.0" +tokio = "1.33.0" dotenv = "0.15.0" -async-trait = "0.1.73" +async-trait = "0.1.74"