From b85bda504802592215291d0e8669385758d2f6c0 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 8 Dec 2023 07:03:09 +0000 Subject: [PATCH] chore(deps): update rust crate eyre to 0.6.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41e77da..f315557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,9 +528,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd" +checksum = "8bbb8258be8305fb0237d7b295f47bb24ff1b136a535f473baf40e70468515aa" dependencies = [ "indenter", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index f195bca..732905e 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.9" +eyre = "0.6.10" tokio = "1.34.0" dotenv = "0.15.0" async-trait = "0.1.74"