From cebfecd8d1b2fcc2093c4472d0eae301cf5dde20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:20:49 +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 | 23 ++++++++++++++++++-- crates/terraphim-session-analyzer/Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7c8012f..14419741 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3864,6 +3864,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.2", + "portable-atomic", + "unicode-width 0.2.2", + "unit-prefix", + "web-time", +] + [[package]] name = "indoc" version = "2.0.7" @@ -7678,7 +7691,7 @@ dependencies = [ "flate2", "http 1.4.0", "hyper 1.8.1", - "indicatif", + "indicatif 0.17.11", "log", "quick-xml 0.37.5", "regex", @@ -9146,7 +9159,7 @@ dependencies = [ "handlebars", "home", "indexmap 2.13.0", - "indicatif", + "indicatif 0.18.4", "insta", "jiff 0.1.29", "lazy_static", @@ -10975,6 +10988,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 = "universal-hash" version = "0.5.1" diff --git a/crates/terraphim-session-analyzer/Cargo.toml b/crates/terraphim-session-analyzer/Cargo.toml index 9f3b11c1..8c777709 100644 --- a/crates/terraphim-session-analyzer/Cargo.toml +++ b/crates/terraphim-session-analyzer/Cargo.toml @@ -56,7 +56,7 @@ toml = "0.9" # Terminal UI colored = "2.1" -indicatif = "0.17" +indicatif = "0.18" tabled = "0.15" dialoguer = "0.12"