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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-01 09:00:50 +00:00 committed by Deirdre Connolly
parent 7931766c84
commit 656a84fa55
2 changed files with 10 additions and 4 deletions

12
Cargo.lock generated
View File

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

View File

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