From 7d36a5e2c3ee4e82b49b39cac3a6159a21598eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 09:02:13 +0000 Subject: [PATCH] build(deps): bump color-eyre from 0.5.10 to 0.5.11 Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Changelog](https://github.com/yaahc/color-eyre/blob/v0.5.11/CHANGELOG.md) - [Commits](https://github.com/yaahc/color-eyre/compare/v0.5.10...v0.5.11) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4400b1f..f8ccc527 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,9 +551,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b29030875fd8376e4a28ef497790d5b4a7843d8d1396bf08ce46f5eec562c5c" +checksum = "1f1885697ee8a177096d42f158922251a41973117f6d8a234cee94b9509157b7" dependencies = [ "backtrace", "color-spantrace", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index d7b4b55c..0ac2c2c9 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -15,7 +15,7 @@ tracing = "0.1.25" tracing-futures = "0.2.5" [dev-dependencies] -color-eyre = "0.5.10" +color-eyre = "0.5.11" ed25519-zebra = "2.2.0" rand = "0.8" tokio = { version = "0.3.6", features = ["full"]} diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 6c470d3a..fbd78f10 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -46,7 +46,7 @@ redjubjub = "0.4" [dev-dependencies] bincode = "1" -color-eyre = "0.5.10" +color-eyre = "0.5.11" spandoc = "0.2" tracing = "0.1.25" proptest = "0.10" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 0f06a807..902bcc7a 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -36,7 +36,7 @@ zebra-script = { path = "../zebra-script" } wagyu-zcash-parameters = "0.2.0" [dev-dependencies] -color-eyre = "0.5.10" +color-eyre = "0.5.11" spandoc = "0.2" tokio = { version = "0.3.6", features = ["full"] } tracing-error = "0.1.2" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 560b4f1b..14db0b1c 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -33,7 +33,7 @@ rlimit = "0.5.4" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } -color-eyre = "0.5.10" +color-eyre = "0.5.11" once_cell = "1.7" spandoc = "0.2" tempdir = "0.3.7" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index abd9c4f6..ed33d35a 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -12,7 +12,7 @@ hex = "0.4.3" lazy_static = "1.4.0" tower = { version = "0.4", features = ["util"] } futures = "0.3.14" -color-eyre = "0.5.10" +color-eyre = "0.5.11" tracing = "0.1.25" tracing-subscriber = "0.2.17" tracing-error = "0.1.2" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 5172f45c..9c1a8b73 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] structopt = "0.3.21" -color-eyre = "0.5.10" +color-eyre = "0.5.11" 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 6a6c5118..c89e719a 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -28,7 +28,7 @@ tokio = { version = "0.3.6", features = ["time", "rt-multi-thread", "stream", "m tower = { version = "0.4", features = ["hedge", "limit"] } pin-project = "0.4.23" -color-eyre = { version = "0.5.10", features = ["issue-url"] } +color-eyre = { version = "0.5.11", features = ["issue-url"] } thiserror = "1" tracing = "0.1"