From 1a7f234a5ce3b4ff1e5888a03bcad9d0690435e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 18:45:16 +0000 Subject: [PATCH] Bump color-eyre from 0.6.0 to 0.6.2 Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.6.0 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.0...v0.6.2) --- updated-dependencies: - dependency-name: color-eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- node/malus/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12bff7ba035..256982b778b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,9 +1104,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6ec7641ff3474b7593009c809db602c414cd97c7d47a78ed004162b74ff96c" +checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" dependencies = [ "backtrace", "eyre", diff --git a/Cargo.toml b/Cargo.toml index 491c5872426..cec68fce586 100644 --- a/Cargo.toml +++ b/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.2", default-features = false } parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] } [dev-dependencies] diff --git a/node/malus/Cargo.toml b/node/malus/Cargo.toml index ced05ca9cec..d79f41c9f9b 100644 --- a/node/malus/Cargo.toml +++ b/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.10.0", default-features = false, features = ["jemalloc-global"] } -color-eyre = { version = "0.6.0", default-features = false } +color-eyre = { version = "0.6.2", default-features = false } assert_matches = "1.5" async-trait = "0.1.52" sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }