From 9b05028fac6576d4fe8652ca92ff3fde350aa84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:03:39 +0000 Subject: [PATCH] build(deps): bump comfy-table from 7.1.4 to 7.2.1 Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.1.4 to 7.2.1. - [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.1.4...v7.2.1) --- updated-dependencies: - dependency-name: comfy-table dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5d3e9c8a4a..18dd3d94d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1113,9 +1113,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.4" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" +checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" dependencies = [ "unicode-segmentation", "unicode-width 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 79d81f36f1..ca44be1d8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ clap = { version = "4.0.10", default-features = false } clap_complete = "4.0.2" color-eyre = { version = "0.6.0", default-features = false } colored = "3.0.0" -comfy-table = { version = "7.0.1", default-features = false } +comfy-table = { version = "7.2.1", default-features = false } const_format = { version = "0.2" } content_inspector = { version = "0.2" } crc32c = { version = "0.6" }