From 68bfab9efcbbe6c3b00de77b4f3f6b1184934b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:29:50 +0000 Subject: [PATCH] Update indoc requirement from 1.0.7 to 2.0.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.7...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 05bd078..1cf1af2 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.0"