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]] [[package]]
name = "color-eyre" name = "color-eyre"
version = "0.5.1" version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "028eb0f4472a78c8f7b82751eedb5326dcb2a00c8ba89454e2d0df819d856e2c" checksum = "6799fa22451e23a9ebf735955c0aab5a4e772b1bcb2dbc4b791e43337015beae"
dependencies = [ dependencies = [
"ansi_term 0.12.1",
"backtrace", "backtrace",
"color-spantrace", "color-spantrace",
"eyre", "eyre",
"indenter", "indenter",
"once_cell", "once_cell",
"owo-colors",
"tracing-error", "tracing-error",
] ]
@ -1638,6 +1638,12 @@ dependencies = [
"stable_deref_trait", "stable_deref_trait",
] ]
[[package]]
name = "owo-colors"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3"
[[package]] [[package]]
name = "parity-scale-codec" name = "parity-scale-codec"
version = "1.3.4" version = "1.3.4"

View File

@ -9,7 +9,7 @@ publish = false
[dependencies] [dependencies]
structopt = "0.3.17" structopt = "0.3.17"
color-eyre = "0.5.1" color-eyre = "0.5.2"
hex = "0.4" hex = "0.4"
serde_json = "1.0" serde_json = "1.0"
tracing-error = { version = "0.1.2", features = ["traced-error"] } tracing-error = { version = "0.1.2", features = ["traced-error"] }