From d769f62a73db77add7fc3d29c10a1f4415be971e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 09:01:08 +0000 Subject: [PATCH] build(deps): bump color-eyre from 0.5.5 to 0.5.6 Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.5 to 0.5.6. - [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.5...v0.5.6) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- zebra-test/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7985a878..b134b212 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,9 +470,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beae3fcb8e4494aaf14ef64a78509215edd4ac824114a679e4c799cd7c07ad2a" +checksum = "f2a5123db5af8349c41c43ed0e5dca1cd56c911ea0c4ce6e6ff30f159fa5d27e" dependencies = [ "backtrace", "color-spantrace", @@ -793,9 +793,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0f9683839e579a53258d377fcc0073ca0bf2042ac5e6c60a598069e64403a6d" +checksum = "f4c5cb4dc433c59f09df4b4450f649cbfed61e8a3505abe32e4154066439157e" dependencies = [ "indenter", "once_cell", diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index cda039c0..18e0e910 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 = { version = "0.3.1", features = ["util"] } futures = "0.3.5" -color-eyre = "0.5.3" +color-eyre = "0.5.6" tracing = "0.1.21" tracing-subscriber = "0.2.12" tracing-error = "0.1.2" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 572ca6bb..4409c171 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] structopt = "0.3.18" -color-eyre = "0.5.3" +color-eyre = "0.5.6" hex = "0.4" serde_json = "1.0" tracing-error = { version = "0.1.2", features = ["traced-error"] } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 6e093b08..9a1e3117 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -25,7 +25,7 @@ futures = "0.3" tokio = { version = "0.2.22", features = ["time", "rt-threaded", "stream", "macros", "tracing", "signal"] } tower = "0.3" -color-eyre = { version = "0.5.5", features = ["issue-url"] } +color-eyre = { version = "0.5.6", features = ["issue-url"] } thiserror = "1" tracing = "0.1" tracing-futures = "0.2"