From 7fcedbebcb6ee1eef705018cf1ce4c4e2cf8d3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 01:58:29 +0000 Subject: [PATCH] Update indoc requirement from 1.0.7 to 2.0.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/compare/1.0.7...2.0.1) --- 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 05bd078..ffa44b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ dashmap = "5.4.0" [dev-dependencies] rand = "0.8.1" -indoc = "1.0.7" +indoc = "2.0.1"