From 044c0df7e673f888bfb6273bb74f5d06aa647d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:32:37 +0000 Subject: [PATCH] chore(deps)(deps): bump indicatif from 0.17.11 to 0.18.4 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.11 to 0.18.4. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.11...0.18.4) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b039d1a..351079ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,6 +310,7 @@ checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" dependencies = [ "encode_unicode", "libc", + "unicode-width", "windows-sys 0.61.2", ] @@ -599,7 +600,7 @@ dependencies = [ "handlebars", "home", "include_dir", - "indicatif", + "indicatif 0.18.4", "insta", "predicates", "proptest", @@ -1164,6 +1165,19 @@ dependencies = [ "web-time", ] +[[package]] +name = "indicatif" +version = "0.18.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" +dependencies = [ + "console 0.16.3", + "portable-atomic", + "unicode-width", + "unit-prefix", + "web-time", +] + [[package]] name = "insta" version = "1.47.0" @@ -2049,7 +2063,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "469a3970061380c19852269f393e74c0fe607a4e23d85267382cf25486aa8de5" dependencies = [ "hyper", - "indicatif", + "indicatif 0.17.11", "log", "quick-xml", "regex", @@ -2642,6 +2656,12 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" +[[package]] +name = "unit-prefix" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" + [[package]] name = "untrusted" version = "0.9.0" diff --git a/Cargo.toml b/Cargo.toml index bcbba9f6..1134c341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ exclude = [ # CLI and terminal clap = { version = "4.5", features = ["derive", "env", "color"] } console = "0.15" -indicatif = "0.17" +indicatif = "0.18" termcolor = "1.4" dialoguer = "0.11"