aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-15 19:13:49 +0000
committerGitHub <[email protected]>2021-11-15 19:13:49 +0000
commit12e5ebd7d571eda3727be2db25372a7c658e0b8f (patch)
tree410f191046b13d030592547470099fb06abf7816
parent74a9f140a75089f8efd05bcf3b3a9b439eac639d (diff)
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] <[email protected]>
-rw-r--r--dotup_cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"
18 18
19[dependencies.flexi_logger] 19[dependencies.flexi_logger]
20features = ["colors"] 20features = ["colors"]
21version = "0.19" 21version = "0.20"
22 22
23[dev-dependencies] 23[dev-dependencies]
24tempfile = "3.2" 24tempfile = "3.2"