From 697b7a9b5bbb188af0aa54ac682436439c29fdd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:18:43 +0000 Subject: [PATCH] Update Rust crate indoc to 2.0.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d80b7a834..8566d5f727 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2629,9 +2629,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" +checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "inotify" diff --git a/Cargo.toml b/Cargo.toml index 0c8251070a..f5e4b2ee33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ futures-retry = "0.6.0" httpmock = { version = "0.6.8", default-features = false } indexmap = "1.9.2" indicatif = "0.17.3" -indoc = "2.0.0" +indoc = "2.0.4" itertools = "0.10.5" lazy_static = "1.4.0" log = "0.4.17"