From 4526c52a5735d3cf30e15e58c8bf2c37798979f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:11:02 +0000 Subject: [PATCH] Bump indoc from 1.0.6 to 2.0.1 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.6 to 2.0.1. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.6...2.0.1) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21ad34e..7feea98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,9 +292,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.6" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" +checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" [[package]] name = "lazy_static" diff --git a/Cargo.toml b/Cargo.toml index 4e0c42f..46161e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ colored = "2.0.0" dirs = "4.0.0" [dev-dependencies] -indoc = "1.0.6" +indoc = "2.0.1" maplit = "1.0.2" pretty_assertions = "1.2.1"