From fb3b00c61dac8a6841f21602525d8523bd986df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:30:42 +0000 Subject: [PATCH] deps(deps): bump indicatif from 0.18.0 to 0.18.1 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.18.0...0.18.1) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c7a522..c542e2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,7 +1524,7 @@ dependencies = [ "faiss", "futures", "hashbrown 0.16.0", - "indicatif 0.18.0", + "indicatif 0.18.3", "libc", "memmap2", "notify", @@ -1686,7 +1686,7 @@ dependencies = [ "futures", "http-body-util", "hyper", - "indicatif 0.18.0", + "indicatif 0.18.3", "lru 0.16.1", "nix", "notify", @@ -4031,9 +4031,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.0" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" +checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" dependencies = [ "console 0.16.1", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 61caaec..a2b64e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -176,7 +176,7 @@ base64 = "0.22" # CLI clap = { version = "4.5", features = ["derive", "cargo", "env", "wrap_help"] } colored = "3.0.0" -indicatif = "0.18.0" +indicatif = "0.18.3" atty = "0.2.14" # Security