From f9590ff6c001e9ba8cb25eb7084ed1f58f03d3e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:25:18 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.7 to 0.18.0 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/compare/0.17.7...0.18.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 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..a2aa61a 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.0" dirs = "6.0.0" cargo_metadata = "0.20.0" serde_json = "1.0.140"