From b441e2cfa5168696864abaf93f6bd0f1a3206dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 09:00:55 +0000 Subject: [PATCH] build(deps): bump color-eyre from 0.5.2 to 0.5.3 Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Changelog](https://github.com/yaahc/color-eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/color-eyre/compare/v0.5.2...v0.5.3) Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- zebra-test/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0350de56..89445d7d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,9 +465,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6799fa22451e23a9ebf735955c0aab5a4e772b1bcb2dbc4b791e43337015beae" +checksum = "1ac5c105065fcb0c002304ae32147ba52df86e07cea7de11c88c62d24972d683" dependencies = [ "backtrace", "color-spantrace", @@ -3285,7 +3285,6 @@ dependencies = [ "pretty_assertions", "regex", "spandoc", - "tempdir", "thiserror", "tokio", "tower", diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 3e62767ed..212d2c819 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -12,7 +12,7 @@ hex = "0.4.2" lazy_static = "1.4.0" tower = "0.3.1" futures = "0.3.5" -color-eyre = "0.5.2" +color-eyre = "0.5.3" tracing = "0.1.19" tracing-subscriber = "0.2.12" tracing-error = "0.1.2" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index f157a7680..bd401d7b7 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] structopt = "0.3.17" -color-eyre = "0.5.2" +color-eyre = "0.5.3" hex = "0.4" serde_json = "1.0" tracing-error = { version = "0.1.2", features = ["traced-error"] }