From 12e5ebd7d571eda3727be2db25372a7c658e0b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 19:13:49 +0000 Subject: Update flexi_logger requirement from 0.19 to 0.20 in /dotup_cli Updates the requirements on [flexi_logger](https://github.com/emabee/flexi_logger) to permit the latest version. - [Release notes](https://github.com/emabee/flexi_logger/releases) - [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/emabee/flexi_logger/commits) --- updated-dependencies: - dependency-name: flexi_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dotup_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotup_cli/Cargo.toml') diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml index f0ac22a..e7def24 100644 --- a/dotup_cli/Cargo.toml +++ b/dotup_cli/Cargo.toml @@ -18,7 +18,7 @@ path = "../dotup" [dependencies.flexi_logger] features = ["colors"] -version = "0.19" +version = "0.20" [dev-dependencies] tempfile = "3.2" -- cgit