From 6b2cb17d9aaba0fdd1ee40dbf843d5cd62568137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 02:06:25 +0000 Subject: [PATCH] Update indoc requirement from 1.0 to 2.0 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/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3b5bb2..cc682b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ features = ["io"] [dev-dependencies] tokio-test = "0.4.2" futures-util = "0.3.25" -indoc = "1.0" +indoc = "2.0" skeptic = "0.13" tempfile = "3" # for examples: