From 89d605609b620afa099dc34e11de8d8c6bea61bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:32:48 +0000 Subject: [PATCH] Bump term-table from 1.3.2 to 1.4.0 Bumps [term-table](https://github.com/RyanBluth/term-table-rs) from 1.3.2 to 1.4.0. - [Changelog](https://github.com/RyanBluth/term-table-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RyanBluth/term-table-rs/commits/v1.4.0) --- updated-dependencies: - dependency-name: term-table 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 e4b5037..f3850b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,9 +314,9 @@ dependencies = [ [[package]] name = "term-table" -version = "1.3.2" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5e59d7fb313157de2a568be8d81e4d7f9af6e50e697702e8e00190a6566d3b8" +checksum = "210f90191b719267bc8b6307659faf54a77400d06b8033ece26692696fc002be" dependencies = [ "lazy_static", "regex", diff --git a/Cargo.toml b/Cargo.toml index 7c5d2cf..a5a350f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ colored = "2.1.0" ignore = "0.4.22" nom = "7.1.3" regex = "1.10.4" -term-table = "1.3.2" +term-table = "1.4.0"