From 2b2f82edf818407afac0c51661ee0725c7a046f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 11:56:45 +0300 Subject: [PATCH] Update color-eyre requirement from 0.5.11 to 0.6.1 (#540) Updates the requirements on [color-eyre](https://github.com/yaahc/color-eyre) to permit the latest version. - [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.11...v0.6.1) --- updated-dependencies: - dependency-name: color-eyre dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 61ba9684e8..4af8100646 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,7 +26,7 @@ structopt = "0.3.25" # make the request to a substrate node to get the metadata ureq = { version = "2.2.0", features = ["json"] } # colourful error reports -color-eyre = "0.5.11" +color-eyre = "0.6.1" # serialize the metadata serde = { version = "1.0.130", features = ["derive"] } # serialize as json