From 833c122e70b196efc11069ae57c9c97b61c422e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 07:04:04 +0000 Subject: [PATCH] chore(deps): bump indicatif from 0.17.11 to 0.18.0 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.11 to 0.18.0. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.11...0.18.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 40 ++++++++++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5a0376e..b974654c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,6 +380,19 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "console" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d" +dependencies = [ + "encode_unicode", + "libc", + "once_cell", + "unicode-width", + "windows-sys 0.60.2", +] + [[package]] name = "const-oid" version = "0.9.6" @@ -884,7 +897,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" dependencies = [ - "console", + "console 0.15.11", "shell-words", "tempfile", "thiserror 1.0.69", @@ -1574,13 +1587,26 @@ version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ - "console", + "console 0.15.11", "number_prefix", "portable-atomic", "unicode-width", "web-time", ] +[[package]] +name = "indicatif" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" +dependencies = [ + "console 0.16.0", + "portable-atomic", + "unicode-width", + "unit-prefix", + "web-time", +] + [[package]] name = "io-uring" version = "0.7.8" @@ -2586,7 +2612,7 @@ dependencies = [ "env_logger 0.11.8", "futures", "gimli 0.31.1", - "indicatif", + "indicatif 0.18.0", "log", "num_cpus", "proptest", @@ -2655,7 +2681,7 @@ dependencies = [ "either", "flate2", "hyper", - "indicatif", + "indicatif 0.17.11", "log", "quick-xml", "regex", @@ -3286,6 +3312,12 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" +[[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" diff --git a/Cargo.toml b/Cargo.toml index 0a8a0e2e..b882dc36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ url = "2.5" # Package manager dependencies clap = { version = "4.5", features = ["derive", "env"] } dialoguer = "0.11" -indicatif = "0.17" +indicatif = "0.18" tempfile = "3.0" reqwest = { version = "0.12", features = ["json", "blocking"] } # Self-update functionality