From 8568d4d42220d802905ceb4eaccc38e0a50e5f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:30:42 +0000 Subject: [PATCH] Bump indoc from 2.0.1 to 2.0.3 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.1...2.0.3) --- 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..c90977cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2359,9 +2359,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.1" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" +checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" [[package]] name = "inotify" diff --git a/create-rust-app_cli/Cargo.toml b/create-rust-app_cli/Cargo.toml index 9f51cc5c..4eec457e 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.3" walkdir = "2.3.3" rust-embed = { version = "6.6.1", features = ["debug-embed"] } clap = { version = "4.3", features = ["wrap_help", "derive", "cargo"] }