mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user