From 9b74bff2c80a6ff6a9014723a4e3fc9a5c9b77e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:30:24 +0000 Subject: [PATCH] cargo(deps): update indicatif requirement from 0.17 to 0.18 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.0...0.18.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mcp-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mcp-cli/Cargo.toml b/crates/mcp-cli/Cargo.toml index 3fea848..6026a87 100644 --- a/crates/mcp-cli/Cargo.toml +++ b/crates/mcp-cli/Cargo.toml @@ -63,7 +63,7 @@ tempfile = "3.8" # Table and spinner display tabled = "0.15" -indicatif = "0.17" +indicatif = "0.18" [dev-dependencies] criterion = { workspace = true }