From 8033551254e81d790d7bef12b1240c60a5043e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:22:02 +0000 Subject: [PATCH] chore(deps): Update indicatif requirement from 0.17.7 to 0.18.2 Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/commits) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cargo-wef/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cargo-wef/Cargo.toml b/crates/cargo-wef/Cargo.toml index b66c432..4416612 100644 --- a/crates/cargo-wef/Cargo.toml +++ b/crates/cargo-wef/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0.219", features = ["derive"] } fs_extra = "1.3.0" tar = "0.4.44" bzip2 = "0.5.2" -indicatif = "0.17.7" +indicatif = "0.18.2" dirs = "6.0.0" cargo_metadata = "0.20.0" serde_json = "1.0.140"