From b7ae9f4c84f707437e0d0aac10f6cc9097dc160e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 30 Nov 2018 10:14:59 +0000 Subject: [PATCH] Update indoc requirement from 0.2.6 to 0.3.1 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/commits/0.3.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d990ec..37a6859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ skeptic = "0.13.3" [dev-dependencies] skeptic = "0.13.3" tempfile = "3.0.3" -indoc = "0.2.6" +indoc = "0.3.1" pretty_env_logger = "0.2.4" [package.metadata.docs.rs]