From b8608f0fed1f017c91309d9167f3f744cd64f706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 05:43:23 +0000 Subject: [PATCH] Bump indoc from 1.0.8 to 2.0.1 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.8 to 2.0.1. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.8...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 ++-- create-rust-app_cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df2591fd..3f4c0881 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2574,9 +2574,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.8" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780" +checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" [[package]] name = "inotify" diff --git a/create-rust-app_cli/Cargo.toml b/create-rust-app_cli/Cargo.toml index 411e85e6..3845200c 100644 --- a/create-rust-app_cli/Cargo.toml +++ b/create-rust-app_cli/Cargo.toml @@ -22,7 +22,7 @@ Inflector = "0.11.4" anyhow = "1.0.68" console = "0.15.5" dialoguer = "0.10.3" -indoc = "1.0.8" +indoc = "2.0.1" walkdir = "2.3.2" rust-embed = { version = "6.4.2", features = ["debug-embed"] } clap = { version = "4.1", features = ["wrap_help", "derive", "cargo"] }