From 598ef5862f045c942a87d1c7fb6101e81843423b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:31:55 +0000 Subject: [PATCH] Bump indoc from 1.0.8 to 2.0.0 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.8 to 2.0.0. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.8...2.0.0) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- create-rust-app_cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 392fed20..01ce1ec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2458,9 +2458,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.8" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780" +checksum = "6fe2b9d82064e8a0226fddb3547f37f28eaa46d0fc210e275d835f08cf3b76a7" [[package]] name = "inotify" diff --git a/create-rust-app_cli/Cargo.toml b/create-rust-app_cli/Cargo.toml index c4f7f627..e3af23ec 100644 --- a/create-rust-app_cli/Cargo.toml +++ b/create-rust-app_cli/Cargo.toml @@ -16,7 +16,7 @@ Inflector = "0.11.4" anyhow = "1.0.68" console = "0.15.5" dialoguer = "0.10.3" -indoc = "1.0.8" +indoc = "2.0.0" walkdir = "2.3.2" rust-embed = "6.4.2" clap = {version = "4.1", features = ["wrap_help", "derive", "cargo"]}