From c7e0196fbed041bf852ac39861d2d253651fea9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 10:31:24 +0000 Subject: [PATCH] Bump eyre from 0.6.8 to 0.6.9 Bumps [eyre](https://github.com/eyre-rs/eyre) from 0.6.8 to 0.6.9. - [Commits](https://github.com/eyre-rs/eyre/compare/v0.6.8...eyre@0.6.9) --- updated-dependencies: - dependency-name: eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 325cd9a..24ea161 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,9 +146,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" +checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd" dependencies = [ "indenter", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 2b9c8de..2682d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ doc = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -eyre = "0.6.8" +eyre = "0.6.9" gumdrop = "0.8.1" ignore = "0.4.21" lazy_static = "1.4.0"