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:
parent
6d1a4b2218
commit
3de99bd360
|
@ -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",
|
||||||
|
|
|
@ -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"] }
|
||||||
|
|
Loading…
Reference in New Issue