From 8fb69f4e40c68d8693440f7599dd7e1f9dbd6a79 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 29 Dec 2023 16:18:48 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f195bca..1989bac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,10 @@ 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.9" -tokio = "1.34.0" +eyre = "0.6.11" +tokio = "1.35.1" dotenv = "0.15.0" -async-trait = "0.1.74" +async-trait = "0.1.75" color-eyre = "*" clap = {version = "4", features = ["derive"]} futures = "0.3.29"