From f0a5fb4cfe14e939122b5a2bc465b976d4a02e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:32:18 +0000 Subject: [PATCH] Bump comfy-table from 7.2.0 to 7.2.1 Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.2.0 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.2.0...v7.2.1) --- updated-dependencies: - dependency-name: comfy-table dependency-version: 7.2.1 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 fd545d9..164709e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,9 +276,9 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "comfy-table" -version = "7.2.0" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8e18d0dca9578507f13f9803add0df13362b02c501c1c17734f0dbb52eaf0b" +checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" dependencies = [ "crossterm", "unicode-segmentation", diff --git a/Cargo.toml b/Cargo.toml index fc80419..a5e755c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ anyhow = "1.0.99" chrono = { version = "0.4.41", features = ["serde"] } toml = "0.9.5" sqlx = { version = "0.8.6", default-features = false, features = ["tls-rustls", "runtime-tokio", "chrono"]} -comfy-table = "7.2.0" +comfy-table = "7.2.1" path-clean = "1.0.1" semver = { version = "1.0", features = ["serde"] } uuid = { version = "1.18", features = ["v7", "serde"] }