From 3de99bd36054a1183f7d3d563e3dd1b5106c0179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 10:12:50 -0700 Subject: [PATCH] build(deps): bump color-eyre from 0.5.0 to 0.5.1 (#855) Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Commits](https://github.com/yaahc/color-eyre/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- zebra-utils/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92a44ed1..e8bf5a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,11 +389,11 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c72672243200c10efdf22867bc2e156ac4f27852572a99f5fbbe18f0c417d76" +checksum = "028eb0f4472a78c8f7b82751eedb5326dcb2a00c8ba89454e2d0df819d856e2c" dependencies = [ - "ansi_term 0.11.0", + "ansi_term 0.12.1", "backtrace", "color-spantrace", "eyre", diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 50e5108d..3b5b9d79 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] abscissa_core = "0.5" structopt = "0.3.16" -color-eyre = "0.5.0" +color-eyre = "0.5.1" hex = "0.4" serde_json = "1.0" tracing-error = { version = "0.1.2", features = ["traced-error"] }