From 7ba44d2b4501554adeec1cc27d389faedeb4baeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:23:28 +0000 Subject: [PATCH] cargo(deps): update tabled requirement from 0.15 to 0.20 Updates the requirements on [tabled](https://github.com/zhiburt/tabled) to permit the latest version. - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) --- updated-dependencies: - dependency-name: tabled dependency-version: 0.20.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..48a32ea 100644 --- a/crates/mcp-cli/Cargo.toml +++ b/crates/mcp-cli/Cargo.toml @@ -62,7 +62,7 @@ tempfile = "3.8" # jsonschema = "0.18" # Using simplified validation in mcp-core instead # Table and spinner display -tabled = "0.15" +tabled = "0.20" indicatif = "0.17" [dev-dependencies]