From da915ab5639573d63941477d301c6b73f4c95bf8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 05:00:56 +0000 Subject: [PATCH] Bump fern from 0.5.9 to 0.6.0 Bumps [fern](https://github.com/daboross/fern) from 0.5.9 to 0.6.0. - [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.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a78e85..103ef7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -998,11 +998,10 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" [[package]] name = "fern" -version = "0.5.9" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e69ab0d5aca163e388c3a49d284fed6c3d0810700e77c5ae2756a50ec1a4daaa" +checksum = "8c9a4820f0ccc8a7afd67c39a0f1a0f4b07ca1725164271a64939d7aeb9af065" dependencies = [ - "chrono", "log 0.4.11", ] diff --git a/Cargo.toml b/Cargo.toml index 3962d8e..c77b85e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ reqwest = "0.9" crossbeam-channel = "0.5" platform-dirs = "0.3.0" failure = "0.1" -fern = "0.5" +fern = "0.6" futures = { version = "0.3", features = ["compat"] } futures_01 = { version = "0.1", package = "futures" } lazy_static = "1.3.0"