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