From 611471f21375df1c60336f06350602425269d078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:55:44 +0000 Subject: [PATCH] Bump indoc from 2.0.1 to 2.0.2 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch ... 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 dc0600cc..07feb278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2359,9 +2359,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" +checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7" [[package]] name = "inotify" diff --git a/create-rust-app_cli/Cargo.toml b/create-rust-app_cli/Cargo.toml index 9f51cc5c..26c82a7c 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.71" console = "0.15.7" dialoguer = "0.10.4" -indoc = "2.0.1" +indoc = "2.0.2" walkdir = "2.3.3" rust-embed = { version = "6.6.1", features = ["debug-embed"] } clap = { version = "4.3", features = ["wrap_help", "derive", "cargo"] }