build(deps): bump color-eyre from 0.5.10 to 0.5.11
Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Changelog](https://github.com/yaahc/color-eyre/blob/v0.5.11/CHANGELOG.md) - [Commits](https://github.com/yaahc/color-eyre/compare/v0.5.10...v0.5.11) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f03d69d65e
commit
7d36a5e2c3
|
@ -551,9 +551,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "color-eyre"
|
name = "color-eyre"
|
||||||
version = "0.5.10"
|
version = "0.5.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7b29030875fd8376e4a28ef497790d5b4a7843d8d1396bf08ce46f5eec562c5c"
|
checksum = "1f1885697ee8a177096d42f158922251a41973117f6d8a234cee94b9509157b7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"color-spantrace",
|
"color-spantrace",
|
||||||
|
|
|
@ -15,7 +15,7 @@ tracing = "0.1.25"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.11"
|
||||||
ed25519-zebra = "2.2.0"
|
ed25519-zebra = "2.2.0"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
tokio = { version = "0.3.6", features = ["full"]}
|
tokio = { version = "0.3.6", features = ["full"]}
|
||||||
|
|
|
@ -46,7 +46,7 @@ redjubjub = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.11"
|
||||||
spandoc = "0.2"
|
spandoc = "0.2"
|
||||||
tracing = "0.1.25"
|
tracing = "0.1.25"
|
||||||
proptest = "0.10"
|
proptest = "0.10"
|
||||||
|
|
|
@ -36,7 +36,7 @@ zebra-script = { path = "../zebra-script" }
|
||||||
wagyu-zcash-parameters = "0.2.0"
|
wagyu-zcash-parameters = "0.2.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.11"
|
||||||
spandoc = "0.2"
|
spandoc = "0.2"
|
||||||
tokio = { version = "0.3.6", features = ["full"] }
|
tokio = { version = "0.3.6", features = ["full"] }
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
|
|
|
@ -33,7 +33,7 @@ rlimit = "0.5.4"
|
||||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||||
zebra-test = { path = "../zebra-test/" }
|
zebra-test = { path = "../zebra-test/" }
|
||||||
|
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.11"
|
||||||
once_cell = "1.7"
|
once_cell = "1.7"
|
||||||
spandoc = "0.2"
|
spandoc = "0.2"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
|
|
|
@ -12,7 +12,7 @@ hex = "0.4.3"
|
||||||
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.14"
|
futures = "0.3.14"
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.11"
|
||||||
tracing = "0.1.25"
|
tracing = "0.1.25"
|
||||||
tracing-subscriber = "0.2.17"
|
tracing-subscriber = "0.2.17"
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
|
|
|
@ -9,7 +9,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
structopt = "0.3.21"
|
structopt = "0.3.21"
|
||||||
color-eyre = "0.5.10"
|
color-eyre = "0.5.11"
|
||||||
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"] }
|
||||||
|
|
|
@ -28,7 +28,7 @@ tokio = { version = "0.3.6", features = ["time", "rt-multi-thread", "stream", "m
|
||||||
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.10", features = ["issue-url"] }
|
color-eyre = { version = "0.5.11", features = ["issue-url"] }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
Loading…
Reference in New Issue