From f808f91b69d769dbe7c6cd23f53833598ee89480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:50:47 +0000 Subject: [PATCH] chore(deps): update rust crate comfy-table to v8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9856309ba2..128a8b2fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,9 +940,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 = [ "unicode-segmentation", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index 1604488b10..9fb9b8fd4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -237,7 +237,7 @@ twox-hash = { version = "2", features = ["xxhash64"] } shake = { version = "0.1", default-features = false } test-strategy = { version = "0.4", default-features = false } opentelemetry-semantic-conventions = { version = "0.32.0", default-features = false } -comfy-table = { version = "7", default-features = false } +comfy-table = { version = "8", default-features = false } dtoa = { version = "1", default-features = false } itoa = { version = "1", default-features = false } ryu = { version = "1", default-features = false }