From 64518b0b7f958ce9853d8c3b2d4c7c142d8df56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:08:55 +0000 Subject: [PATCH] chore(deps): bump indicatif from 0.17.11 to 0.18.3 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.11 to 0.18.3. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.11...0.18.3) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 35 +++++++++++------------------------ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91eb2f5..2467dd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,7 +791,7 @@ dependencies = [ "cfk-providers", "chrono", "clap", - "console 0.16.2", + "console", "futures", "indicatif", "tabled", @@ -1030,19 +1030,6 @@ dependencies = [ "crossbeam-utils", ] -[[package]] -name = "console" -version = "0.15.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" -dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "unicode-width 0.2.2", - "windows-sys 0.59.0", -] - [[package]] name = "console" version = "0.16.2" @@ -2448,14 +2435,14 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.11" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" +checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" dependencies = [ - "console 0.15.11", - "number_prefix", + "console", "portable-atomic", "unicode-width 0.2.2", + "unit-prefix", "web-time", ] @@ -3113,12 +3100,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "oauth2" version = "4.4.2" @@ -5839,6 +5820,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 01b6d9a..1023518 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ thiserror = "1.0" # CLI clap = { version = "4.4", features = ["derive"] } -indicatif = "0.17" +indicatif = "0.18" console = "0.16" dialoguer = "0.11" tabled = "0.15"