From 9b1a77e15f9d1942b4edda10ffc5a001ccf9091e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:47:09 +0000 Subject: [PATCH] build(deps): bump comfy-table from 7.2.1 to 7.2.2 Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.2.1 to 7.2.2. - [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.1...v7.2.2) --- updated-dependencies: - dependency-name: comfy-table dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e02cba0..78f882c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,9 +346,9 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "comfy-table" -version = "7.2.1" +version = "7.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" +checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" dependencies = [ "crossterm", "unicode-segmentation", diff --git a/Cargo.toml b/Cargo.toml index 1347548..4533e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ default-run = "flint" anyhow = "1.0.100" blake3 = { version = "1.8.2", features = ["digest"] } clap = { version = "4.5.54", features = ["derive"] } -comfy-table = "7.2.1" +comfy-table = "7.2.2" directories = "6.0.0" ed25519-dalek = { version = "=3.0.0-pre.3", features = [ "pem",