From a31419c1c2013e436adc6efa21fda00eb47317da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:24:36 +0300 Subject: [PATCH] fix(deps): update rust crate indoc to 1.0.9 (#922) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5459dfd..d6a843a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ dirs = "4.0.0" colored = "2.0.0" zip = "0.6.3" tempfile = "3.6.0" -indoc = "1.0.8" +indoc = "1.0.9" log = "0.4.19" env_logger = "0.10.0" atty = "0.2.14"