From 76ed28d6e1dbaeab0a81fd38882741d49fc08655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 19:48:43 +0000 Subject: [PATCH] chore(deps): update indicatif requirement from 0.17.11 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.11...0.17.11) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.17.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 026359e44..00979071f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ byte-unit = "5.1.6" color-backtrace = "0.7.0" ignore = "0.4.23" imara-diff = "0.2.0" -indicatif = "0.17.11" +indicatif = "0.18.0" infer = "0.19.0" path-absolutize = "3.1.1" pathdiff = "0.2.3"