From 8e7d91b4a3e890f5c305b07bab372420acc0e5d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 22:05:00 +0000 Subject: [PATCH] Bump eyre from 0.4.2 to 0.4.3 Bumps [eyre](https://github.com/yaahc/eyre) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/yaahc/eyre/releases) - [Commits](https://github.com/yaahc/eyre/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 911ae0cd..a34d3b3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,9 +446,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0fd0cbbcb0f8f25b9d9aada7235e1122c1d1a443293ee9efce58a579f9f5c25" +checksum = "e9e412cbea04ea7af520b2f4d4ac1677ce546027a7237d8a40b494e34e1e0e31" dependencies = [ "indenter", ] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index cdce943b..4aecc873 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -30,7 +30,7 @@ metrics = "0.12" zebra-chain = { path = "../zebra-chain" } zebra-network = { path = "../zebra-network" } -eyre = "0.4.2" +eyre = "0.4.3" color-eyre = "0.3.2" [dev-dependencies]