build(deps): bump color-eyre from 0.5.0 to 0.5.1 (#855)

Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/yaahc/color-eyre/releases)
- [Commits](https://github.com/yaahc/color-eyre/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-07 10:12:50 -07:00 committed by GitHub
parent 6d1a4b2218
commit 3de99bd360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -389,11 +389,11 @@ dependencies = [
[[package]] [[package]]
name = "color-eyre" name = "color-eyre"
version = "0.5.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c72672243200c10efdf22867bc2e156ac4f27852572a99f5fbbe18f0c417d76" checksum = "028eb0f4472a78c8f7b82751eedb5326dcb2a00c8ba89454e2d0df819d856e2c"
dependencies = [ dependencies = [
"ansi_term 0.11.0", "ansi_term 0.12.1",
"backtrace", "backtrace",
"color-spantrace", "color-spantrace",
"eyre", "eyre",

View File

@ -8,7 +8,7 @@ edition = "2018"
[dependencies] [dependencies]
abscissa_core = "0.5" abscissa_core = "0.5"
structopt = "0.3.16" structopt = "0.3.16"
color-eyre = "0.5.0" color-eyre = "0.5.1"
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"] }