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"] }