From f02a65621bf9e1c6a3696eb3504034e153308eac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:11:32 +0300 Subject: [PATCH] fix(deps): update rust crate indoc to 1.0.7 (#790) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bfd702..121f0cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -868,9 +868,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" +checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" [[package]] name = "insta" diff --git a/Cargo.toml b/Cargo.toml index 4681847..1c57441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ dirs = "4.0.0" colored = "2.0.0" zip = "0.6.2" tempfile = "3.3.0" -indoc = "1.0.6" +indoc = "1.0.7" log = "0.4.17" env_logger = "0.9.0" atty = "0.2.14"