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 }