From c30b4da57c418e87301cd85b9fe38f93efb0f4bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 10:18:59 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]