From 8d771f552f060562c9d2fef27c7f2e33a0624e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:08:55 +0000 Subject: [PATCH] Bump indicatif from 0.17.9 to 0.18.2 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.9 to 0.18.2. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/commits) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 39 +++++++++++++++++++++++++++------------ rzup/Cargo.toml | 2 +- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0df00ea64..ba7123a0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1244,15 +1244,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.10" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" +checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4" dependencies = [ "encode_unicode", "libc", "once_cell", "unicode-width 0.2.0", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2881,14 +2881,14 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65" dependencies = [ "console", - "number_prefix", "portable-atomic", "unicode-width 0.2.0", + "unit-prefix", "web-time", ] @@ -3535,12 +3535,6 @@ dependencies = [ "libm", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "nvtx" version = "1.3.0" @@ -6132,6 +6126,12 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" +[[package]] +name = "unit-prefix" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" + [[package]] name = "untrusted" version = "0.9.0" @@ -6440,6 +6440,12 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + [[package]] name = "windows-registry" version = "0.2.0" @@ -6497,6 +6503,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-targets" version = "0.48.5" diff --git a/rzup/Cargo.toml b/rzup/Cargo.toml index 405f19541..1ac3ce68d 100644 --- a/rzup/Cargo.toml +++ b/rzup/Cargo.toml @@ -24,7 +24,7 @@ clap = { version = "4.5.23", features = ["derive"], optional = true } colored = { version = "2.2.0", optional = true } flate2 = { version = "1.0.35", optional = true } fs2 = { version = "0.4.3", optional = true } -indicatif = { version = "0.17.9", optional = true } +indicatif = { version = "0.18.2", optional = true } is-terminal = { version = "0.4.15", optional = true } reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls", "blocking", "json"], optional = true } semver = "1.0.23"