build(deps): bump color-eyre from 0.5.7 to 0.5.8
Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.7 to 0.5.8. - [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/compare/v0.5.7...v0.5.8) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8d6ac8eece
commit
a4af90c2b0
|
|
@ -488,9 +488,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "color-eyre"
|
name = "color-eyre"
|
||||||
version = "0.5.7"
|
version = "0.5.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "86bc0bb03923141924d5b713a4acd7607c790f3fbc769abe63fe3f38bb268112"
|
checksum = "8fb57305b07ffcc1a4d08808f1f2200647c8e3d91a4c83d2810ae20c997274e0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"color-spantrace",
|
"color-spantrace",
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ hex = "0.4.2"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
tower = { version = "0.4", features = ["util"] }
|
tower = { version = "0.4", features = ["util"] }
|
||||||
futures = "0.3.7"
|
futures = "0.3.7"
|
||||||
color-eyre = "0.5.7"
|
color-eyre = "0.5.8"
|
||||||
tracing = "0.1.21"
|
tracing = "0.1.21"
|
||||||
tracing-subscriber = "0.2.15"
|
tracing-subscriber = "0.2.15"
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
structopt = "0.3.20"
|
structopt = "0.3.20"
|
||||||
color-eyre = "0.5.7"
|
color-eyre = "0.5.8"
|
||||||
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"] }
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ tokio = { version = "0.3", features = ["time", "rt-multi-thread", "stream", "mac
|
||||||
tower = { version = "0.4", features = ["hedge", "limit"] }
|
tower = { version = "0.4", features = ["hedge", "limit"] }
|
||||||
pin-project = "0.4.23"
|
pin-project = "0.4.23"
|
||||||
|
|
||||||
color-eyre = { version = "0.5.7", features = ["issue-url"] }
|
color-eyre = { version = "0.5.8", features = ["issue-url"] }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue