aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-13 19:14:27 +0000
committerGitHub <[email protected]>2021-12-13 19:14:27 +0000
commitfec70391249292d6482166a0e82b3d1010beaae9 (patch)
tree8504e4bf515b408d4a0482991fd15e1137081707
parent4d90842cbe3c62b5b5e3796bb4eab80b50144faf (diff)
Update flexi_logger requirement from 0.20 to 0.21 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 e7def24..2dc1adb 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.20" 21version = "0.21"
22 22
23[dev-dependencies] 23[dev-dependencies]
24tempfile = "3.2" 24tempfile = "3.2"