From 1a5a07310be52a625eb73f0627aa323332eb11ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 05:23:34 +0000 Subject: [PATCH] Update fern requirement from 0.5 to 0.6 Updates the requirements on [fern](https://github.com/daboross/fern) to permit the latest version. - [Release notes](https://github.com/daboross/fern/releases) - [Changelog](https://github.com/daboross/fern/blob/master/CHANGELOG.md) - [Commits](https://github.com/daboross/fern/compare/fern-0.5.0...fern-0.6.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 895e2bbea0..48f43c4928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ amethyst_ui = { path = "amethyst_ui", version = "0.5.0" } amethyst_utils = { path = "amethyst_utils", version = "0.5.0" } crossbeam-channel = "0.3.1" derivative = "1.0" -fern = { version = "0.5", features = ["colored"] } +fern = { version = "0.6", features = ["colored"] } log = { version = "0.4.6", features = ["serde"] } rayon = "1.0.2" rustc_version_runtime = "0.1"