From 85cfbe3d3ffacc7e39ab94ab7045c3c9c93a7218 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 31 Jan 2024 17:22:24 +0000 Subject: [PATCH] chore(deps): update rust crate eyre to 0.6.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 390c0b3..6ba6482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ 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.11" +eyre = "0.6.12" tokio = "1.35.1" dotenv = "0.15.0" async-trait = "0.1.77"