From 8c052cc39a7bc99c894f73b9ee2d5eb73fc9ed2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 10:02:13 +0000 Subject: [PATCH] build(deps): bump color-eyre from 0.5.9 to 0.5.10 Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Changelog](https://github.com/yaahc/color-eyre/blob/v0.5.10/CHANGELOG.md) - [Commits](https://github.com/yaahc/color-eyre/compare/v0.5.9...v0.5.10) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 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, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b4201e2d..3d51c854f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,9 +490,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd93ec975c58d2e669fcfd09bcbb38a9ea4a182dd612e0855a3503b825e393b" +checksum = "7b29030875fd8376e4a28ef497790d5b4a7843d8d1396bf08ce46f5eec562c5c" dependencies = [ "backtrace", "color-spantrace", @@ -1742,9 +1742,9 @@ dependencies = [ [[package]] name = "owo-colors" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25ac891a7415905f6cc1b61909772d1a975c0281da8b455f269daa0b6e56f9cb" +checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "parity-scale-codec" diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index d640eaf67..b0cba9ece 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -21,4 +21,4 @@ tokio = { version = "0.3", features = ["full"]} tracing = "0.1.22" zebra-test = { path = "../zebra-test/" } tower-fallback = { path = "../tower-fallback/" } -color-eyre = "0.5.9" +color-eyre = "0.5.10" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 6cd74f777..ff21f389e 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -46,7 +46,7 @@ bitflags = "1.2.1" [dev-dependencies] bincode = "1" -color-eyre = "0.5.9" +color-eyre = "0.5.10" spandoc = "0.2" tracing = "0.1.22" proptest = "0.10" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 7591de054..a696b6369 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] chrono = "0.4.19" -color-eyre = "0.5.9" +color-eyre = "0.5.10" displaydoc = "0.1.7" jubjub = "0.5.1" once_cell = "1.5" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index e2e3ce31a..c634c0f00 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] zebra-chain = { path = "../zebra-chain" } -color-eyre = "0.5.9" +color-eyre = "0.5.10" dirs = "3.0.1" hex = "0.4.2" lazy_static = "1.4.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 597a69145..0aaded06f 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.4", features = ["util"] } futures = "0.3.7" -color-eyre = "0.5.9" +color-eyre = "0.5.10" tracing = "0.1.22" tracing-subscriber = "0.2.15" tracing-error = "0.1.2" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 06e8e8d11..ba4fd2f52 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.9" +color-eyre = "0.5.10" 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 521067336..d02fc5407 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "0.3", features = ["time", "rt-multi-thread", "stream", "mac tower = { version = "0.4", features = ["hedge", "limit"] } pin-project = "0.4.23" -color-eyre = { version = "0.5.9", features = ["issue-url"] } +color-eyre = { version = "0.5.10", features = ["issue-url"] } thiserror = "1" tracing = "0.1"