From 546781151d60ae74c2e4566c5dc6dc7830781e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:54:16 +0000 Subject: [PATCH] Bump eyre from 0.6.10 to 0.6.11 Bumps [eyre](https://github.com/eyre-rs/eyre) from 0.6.10 to 0.6.11. - [Commits](https://github.com/eyre-rs/eyre/commits/eyre@0.6.11) --- 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 27e34f2..91bd028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,9 +134,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "eyre" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bbb8258be8305fb0237d7b295f47bb24ff1b136a535f473baf40e70468515aa" +checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799" dependencies = [ "indenter", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index fa2b3b3..3904553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] clap = { version = "4.4.12", features = ["derive"] } -eyre = "0.6.10" +eyre = "0.6.11" lazy_static = "1.4.0" rand = "0.8.5" regex = "1.10.2"