From 3ec733aaeb217789f4f7e83bcc8c3f073656d0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 04:58:41 +0000 Subject: [PATCH] Bump indoc from 1.0.6 to 1.0.7 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.6...1.0.7) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch ... 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..79d5a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,9 +292,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" +checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" [[package]] name = "lazy_static" diff --git a/Cargo.toml b/Cargo.toml index 4e0c42f..c69f114 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 = "1.0.7" maplit = "1.0.2" pretty_assertions = "1.2.1"