From 57f0569dae5b592568c114f21bf06abd2e3da74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:02:35 +0000 Subject: [PATCH] cargo: bump indicatif from 0.18.3 to 0.18.4 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.18.3 to 0.18.4. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.18.3...0.18.4) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.4 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 ea29521..8931b3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,9 +687,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.3" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" dependencies = [ "console", "portable-atomic", @@ -894,9 +894,9 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" [[package]] name = "portable-atomic" -version = "1.3.3" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" [[package]] name = "powerfmt" diff --git a/Cargo.toml b/Cargo.toml index 8eba2d0..1f3f32a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0.228", features = ["derive"] } clap = { version = "4.5.53", features = ["derive"] } clap_complete = "4.5.64" dialoguer = "0.12.0" -indicatif = "0.18.3" +indicatif = "0.18.4" uuid = { version = "1.19.0", features = ["v4"] } ctrlc = "3.5.1" walkdir = "2.5.0"