From 57fcd77d98a3cee861b057f3cff4d6255fee86f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 10:40:44 +0000 Subject: [PATCH] Update fern requirement from 0.5.9 to 0.6.0 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.9...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 9671316f..64bc1db7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ codegen-units = 1 chrono = "0.4.10" clap = "2.33.0" dirs = "2.0.2" -fern = "0.5.9" +fern = "0.6.0" futures = "0.3.4" heim = "0.0.10" log = "0.4.8"