From f277e1615aad14cca7148946ace15d264b9469f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:34:17 +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 | 14 ++++++++++++-- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4080334..8a83355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ "atoi", "base64", "chrono", - "comfy-table", + "comfy-table 7.2.2", "half", "lexical-core", "num-traits", @@ -1728,6 +1728,16 @@ name = "comfy-table" version = "7.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" +dependencies = [ + "unicode-segmentation", + "unicode-width", +] + +[[package]] +name = "comfy-table" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "136c8c4c3823846e8ba6d4bda011b4e5d5827b8bb0ac26c31f9ab31abe9f54f2" dependencies = [ "crossterm", "unicode-segmentation", @@ -7343,7 +7353,7 @@ dependencies = [ "chrono", "clap", "color-eyre", - "comfy-table", + "comfy-table 8.0.0", "parquet", "rand 0.10.2", "reqwest 0.13.4", diff --git a/Cargo.toml b/Cargo.toml index 6c4b31b..b7a7162 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,7 @@ hex = "0.4" sha2 = "0.11" # Table formatting -comfy-table = "7" +comfy-table = "8" # Development Tools parking_lot = "0.12"