From 656a84fa555744d99cc2e63cb11c8271923a870e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 09:00:50 +0000 Subject: [PATCH] build(deps): bump color-eyre from 0.5.1 to 0.5.2 Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.1 to 0.5.2. - [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/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- zebra-utils/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f527168..8fae0cf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,16 +454,16 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "028eb0f4472a78c8f7b82751eedb5326dcb2a00c8ba89454e2d0df819d856e2c" +checksum = "6799fa22451e23a9ebf735955c0aab5a4e772b1bcb2dbc4b791e43337015beae" dependencies = [ - "ansi_term 0.12.1", "backtrace", "color-spantrace", "eyre", "indenter", "once_cell", + "owo-colors", "tracing-error", ] @@ -1638,6 +1638,12 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "owo-colors" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3" + [[package]] name = "parity-scale-codec" version = "1.3.4" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 04ae92d6..299e02bd 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.1" +color-eyre = "0.5.2" hex = "0.4" serde_json = "1.0" tracing-error = { version = "0.1.2", features = ["traced-error"] }