aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-20 19:12:51 +0000
committerGitHub <[email protected]>2021-12-20 19:12:51 +0000
commit310b9d4fe1de47404a7ceb8377db05210352db39 (patch)
tree81e0ffe6814e41147068d5551f29aa96c479ff19
parent59d04d7c32f80e89de27fbd649edee653814358e (diff)
Update flexi_logger requirement from 0.21 to 0.22 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 2dc1adb..1e3e2f7 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.21" 21version = "0.22"
22 22
23[dev-dependencies] 23[dev-dependencies]
24tempfile = "3.2" 24tempfile = "3.2"