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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-03 10:02:13 +00:00 committed by Deirdre Connolly
parent 19d25fb7be
commit 8c052cc39a
8 changed files with 11 additions and 11 deletions

8
Cargo.lock generated
View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"] }

View File

@ -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"