summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-28 10:18:59 +0000
committerPaul Woolcock <paul@woolcock.us>2020-09-25 16:34:21 -0400
commitc30b4da57c418e87301cd85b9fe38f93efb0f4bb (patch)
treeebf68f17b4bcf8634c6b82bf29b03255931fea39
parent6850559d65a08386b1ce7e4363fe07633eaac530 (diff)
Update indoc requirement from 0.3.1 to 1.0.2
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.1...1.0.2) 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 80cdfde..f2d6cd3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ skeptic = "0.13.3"
[dev-dependencies]
skeptic = "0.13.3"
tempfile = "3.0.3"
-indoc = "0.3.1"
+indoc = "1.0.2"
pretty_env_logger = "0.4.0"
[package.metadata.docs.rs]