From 71357aca67e022acbaa89b7895f53815d8060974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:40:44 +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 eee9097..0c8e5f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1484,7 +1484,7 @@ dependencies = [ "dotenv", "futures", "hashbrown 0.16.0", - "indicatif 0.18.0", + "indicatif 0.18.3", "libc", "memmap2", "notify", @@ -1617,7 +1617,7 @@ dependencies = [ "futures", "http-body-util", "hyper", - "indicatif 0.18.0", + "indicatif 0.18.3", "lru 0.16.1", "nix", "notify", @@ -3911,9 +3911,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 8da5898..53313db 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