From 843a2e1688083674ef75e7c3c0d978d1896a7a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:53:55 +0000 Subject: [PATCH] Update Rust crate indicatif to 0.17.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4f122ec8a..54f324a146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ futures = "0.3.28" futures-retry = "0.6.0" httpmock = { version = "0.6.8", default-features = false } indexmap = "1.9.3" -indicatif = "0.17.3" +indicatif = "0.17.7" indoc = "2.0.4" itertools = "0.10.5" lazy_static = "1.4.0"