From 1f8e926507218e932674211b6fd79ab7793adba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 09:25:04 +0100 Subject: [PATCH] Bump color-eyre from 0.5.7 to 0.5.8 (#2002) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- polkadot/Cargo.lock | 4 ++-- polkadot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 524da63975..9c1d854145 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -755,9 +755,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86bc0bb03923141924d5b713a4acd7607c790f3fbc769abe63fe3f38bb268112" +checksum = "8fb57305b07ffcc1a4d08808f1f2200647c8e3d91a4c83d2810ae20c997274e0" dependencies = [ "backtrace", "color-spantrace", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 7cdb487805..a4127620f0 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] cli = { package = "polkadot-cli", path = "cli" } -color-eyre = "0.5.7" +color-eyre = "0.5.8" thiserror = "1.0.22" futures = "0.3.8" service = { package = "polkadot-service", path = "node/service" }