From 2771f18391a8c745ae998472157a34fd06647eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 22:35:06 +0000 Subject: [PATCH] Bump color-eyre from 0.6.0 to 0.6.1 (#4984) Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.6.0 to 0.6.1. - [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.0...v0.6.1) --- updated-dependencies: - dependency-name: color-eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- polkadot/Cargo.lock | 4 ++-- polkadot/Cargo.toml | 2 +- polkadot/node/malus/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 200d32d875b..9b882e2247b 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1126,9 +1126,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6ec7641ff3474b7593009c809db602c414cd97c7d47a78ed004162b74ff96c" +checksum = "8ebf286c900a6d5867aeff75cfee3192857bb7f24b547d4f0df2ed6baa812c90" dependencies = [ "backtrace", "eyre", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 190a3ca2f87..eb6b58c03b4 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] polkadot-cli = { path = "cli", features = [ "kusama-native", "westend-native", "rococo-native" ] } -color-eyre = { version = "0.6.0", default-features = false } +color-eyre = { version = "0.6.1", default-features = false } parity-util-mem = { version = "0.11.0", default-features = false, features = ["jemalloc-global"] } [dev-dependencies] diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index e564950eabb..f8ad4d11caf 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -24,7 +24,7 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-primitives = { path = "../../primitives" } polkadot-node-core-pvf = { path = "../core/pvf" } parity-util-mem = { version = "0.11.0", default-features = false, features = ["jemalloc-global"] } -color-eyre = { version = "0.6.0", default-features = false } +color-eyre = { version = "0.6.1", default-features = false } assert_matches = "1.5" async-trait = "0.1.52" sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -- GitLab