Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-15 06:14:43 +0300
committerGitHub <noreply@github.com>2021-10-15 06:14:43 +0300
commit3e5eac5fb5d00a9515414f34ee6e76e16e57458d (patch)
tree389bc5f792969fb17fe4d3691276a4d5cddbdac6
parentde4a61f32de29fdf60f7708ef973eb2de4d4bdd8 (diff)
Update dialoguer requirement from 0.5.0 to 0.9.0dependabot/cargo/dialoguer-0.9.0
Updates the requirements on [dialoguer](https://github.com/mitsuhiko/dialoguer) to permit the latest version. - [Release notes](https://github.com/mitsuhiko/dialoguer/releases) - [Changelog](https://github.com/mitsuhiko/dialoguer/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/dialoguer/compare/0.5.0...v0.9.0) --- updated-dependencies: - dependency-name: dialoguer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4365df4..bb81dde 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ rand = "0.7"
clap = {version = "2.33.0", optional = true}
anyhow = {version = "1.0", optional = true}
simplelog = {version = "0.7.4", optional = true}
-dialoguer = {version = "0.5.0", optional = true}
+dialoguer = {version = "0.9.0", optional = true}
indoc = {version = "0.3.4", optional = true}
[features]