From 67be81d4066fc3856031a4278c890b4ac9128c28 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Feb 2024 09:01:20 +0000 Subject: [PATCH] fix(deps): update rust crate indicatif to 0.17.8 --- Cargo.lock | 4 ++-- tools/helm-plugin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf30464e2..407670b8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2775,9 +2775,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" +checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" dependencies = [ "console", "instant", diff --git a/tools/helm-plugin/Cargo.toml b/tools/helm-plugin/Cargo.toml index 33897ff45..b74308dd2 100644 --- a/tools/helm-plugin/Cargo.toml +++ b/tools/helm-plugin/Cargo.toml @@ -36,7 +36,7 @@ dirs = "5.0.1" dotenvy.workspace = true eyre.workspace = true hcl-rs = "0.16.7" -indicatif = "0.17.7" +indicatif = "0.17.8" once_cell = "1.19.0" reqwest = { version = "0.11.24", features = ["async-compression", "gzip"] } semver.workspace = true