From 2a7faa601c3206aeec9586970fa8d991ab9a4587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 22:19:02 +0000 Subject: [PATCH] Update color-eyre requirement from 0.5 to 0.6 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.2...v0.6.0) --- updated-dependencies: - dependency-name: color-eyre dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e402df..f56b4fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "1.0.0-alpha" [dependencies] tokio = { version = "1.9.0", features = ["full"] } -color-eyre = "0.5" +color-eyre = "0.6" tracing = "0.1" tracing-subscriber = "0.3.2" serde_json = "1.0"