From c532bdc71f93d2bd8c67b7b2ad48c08e44a76207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:17:29 +0000 Subject: [PATCH] chore(deps): bump comfy-table from 7.2.2 to 8.0.0 Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.2.2 to 8.0.0. - [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.2.2...v8.0.0) --- updated-dependencies: - dependency-name: comfy-table dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38c563c..e5bc012 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.2.2" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" +checksum = "136c8c4c3823846e8ba6d4bda011b4e5d5827b8bb0ac26c31f9ab31abe9f54f2" dependencies = [ "crossterm", "unicode-segmentation", diff --git a/Cargo.toml b/Cargo.toml index 551cbd6..638232b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ toml = "1.1" dirs = "6.0" # Table output -comfy-table = "7" +comfy-table = "8" # Progress bars for long-running operations indicatif = "0.18"