From 5465f1eef7bf9125a0096dedbe090f580dafac59 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 31 Jan 2024 20:54:54 +0000 Subject: [PATCH] chore(deps): update rust crate eyre to 0.6.12 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d315313..0eb0984 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,9 +569,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" dependencies = [ "indenter", "once_cell", 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"