From 39d15b5d7f5c2e876fde931f0f1735203ce00d9a Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 21 Oct 2023 11:39:12 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.47.2