From 1aab261ddd3ba3657bf7575dc5bf4f6c9dd6f4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:29:01 +0000 Subject: [PATCH] chore(deps)(deps): bump comfy-table from 7.2.1 to 7.2.2 Dependabot couldn't find the original pull request head commit, 258466efded2001d60888fdfb567ecddb0c46cf0. --- Cargo.lock | 4 ++-- crates/terraphim_tui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d85873994..6a50f0850 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1557,9 +1557,9 @@ dependencies = [ [[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 0.29.0", "unicode-segmentation", diff --git a/crates/terraphim_tui/Cargo.toml b/crates/terraphim_tui/Cargo.toml index c0f9e30ce..13a0e3307 100644 --- a/crates/terraphim_tui/Cargo.toml +++ b/crates/terraphim_tui/Cargo.toml @@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde"] } # REPL dependencies - only compiled with features rustyline = { version = "14.0", optional = true } colored = { version = "3.0", optional = true } -comfy-table = { version = "7.0", optional = true } +comfy-table = { version = "7.2", optional = true } indicatif = { version = "0.18", optional = true } dirs = { version = "5.0", optional = true }