From 44e0fa5627dd53ce4b45b0071caa33aeee795906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:23:59 +0000 Subject: [PATCH] build(deps): bump color-eyre from 0.6.1 to 0.6.2 (#5220) Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.6.1 to 0.6.2. - [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.6.1...v0.6.2) --- updated-dependencies: - dependency-name: color-eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c432ad7a..b23d3980 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -883,9 +883,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ebf286c900a6d5867aeff75cfee3192857bb7f24b547d4f0df2ed6baa812c90" +checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" dependencies = [ "backtrace", "color-spantrace", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 375f5018..d336bb14 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -17,7 +17,7 @@ tracing = "0.1.31" tracing-futures = "0.2.5" [dev-dependencies] -color-eyre = "0.6.1" +color-eyre = "0.6.2" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index de0e5855..d4908f65 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -89,7 +89,7 @@ zebra-test = { path = "../zebra-test/", optional = true } criterion = { version = "0.4.0", features = ["html_reports"] } # Error Handling & Formatting -color-eyre = "0.6.1" +color-eyre = "0.6.2" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 03c8ee00..c390b492 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -49,7 +49,7 @@ proptest = { version = "0.10.1", optional = true } proptest-derive = { version = "0.3.0", optional = true } [dev-dependencies] -color-eyre = "0.6.1" +color-eyre = "0.6.2" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index f58e36da..0838d00d 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -38,7 +38,7 @@ proptest = { version = "0.10.1", optional = true } proptest-derive = { version = "0.3.0", optional = true } [dev-dependencies] -color-eyre = "0.6.1" +color-eyre = "0.6.2" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 5448aa88..8cd068ac 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.21.1", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } futures = "0.3.24" -color-eyre = "0.6.1" +color-eyre = "0.6.2" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 725b852e..282e6b7a 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" publish = false [dependencies] -color-eyre = "0.6.1" +color-eyre = "0.6.2" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c7732838..0c545bed 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -91,7 +91,7 @@ tokio = { version = "1.21.1", features = ["time", "rt-multi-thread", "macros", " tower = { version = "0.4.13", features = ["hedge", "limit"] } pin-project = "1.0.12" -color-eyre = { version = "0.6.1", default_features = false, features = ["issue-url"] } +color-eyre = { version = "0.6.2", default_features = false, features = ["issue-url"] } # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } @@ -173,7 +173,7 @@ proptest = "0.10.1" proptest-derive = "0.3.0" # enable span traces and track caller in tests -color-eyre = { version = "0.6.1", features = ["issue-url"] } +color-eyre = { version = "0.6.2", features = ["issue-url"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-consensus = { path = "../zebra-consensus/", features = ["proptest-impl"] }