From fa6b902b426fabbdf4d34ee75f69fb572e38be8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:54:41 +0000 Subject: [PATCH] chore(deps): update comfy-table requirement from 7 to 8 Updates the requirements on [comfy-table](https://github.com/nukesor/comfy-table) to permit the latest version. - [Release notes](https://github.com/nukesor/comfy-table/releases) - [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md) - [Commits](https://github.com/nukesor/comfy-table/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: comfy-table dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/basemyai-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/basemyai-cli/Cargo.toml b/crates/basemyai-cli/Cargo.toml index 7618cfd..26aaf99 100644 --- a/crates/basemyai-cli/Cargo.toml +++ b/crates/basemyai-cli/Cargo.toml @@ -34,7 +34,7 @@ basemyai-eval = { path = "../basemyai-eval", optional = true } clap = { version = "4", features = ["derive"] } clap_complete = "4" -comfy-table = "7" +comfy-table = "8" indicatif = "0.18" owo-colors = { version = "4", features = ["supports-colors"] } textwrap = "0.16"