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-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-13 06:14:08 +0300
committerGitHub <noreply@github.com>2020-10-13 06:14:08 +0300
commit79fdfb3cb4e8a20bbb29740a1f4bb2330d8f9038 (patch)
tree5e41d6c0465b24b6b0a789f409aaf2ac34e91d5b
parent6ad7d58676838253d2519e5d2605f302912c7c49 (diff)
Update indoc requirement from 0.3.4 to 1.0.3dependabot/cargo/indoc-1.0.3
Updates the requirements on [indoc](https://github.com/dtolnay/indoc) to permit the latest version. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/0.3.4...1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4365df4..0200a74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,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}
-indoc = {version = "0.3.4", optional = true}
+indoc = {version = "1.0.3", optional = true}
[features]
default = ["mft_dump"]