From cfdeac887b2bdca6656ba2d70a160c0da15b9239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:52:30 +0000 Subject: [PATCH] build(deps): bump tabled from 0.13.0 to 0.14.0 Bumps [tabled](https://github.com/zhiburt/tabled) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: tabled 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 50821fe..c7598f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1618,9 +1618,9 @@ dependencies = [ [[package]] name = "tabled" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d38d39c754ae037a9bc3ca1580a985db7371cd14f1229172d1db9093feb6739" +checksum = "dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22" dependencies = [ "papergrid", "tabled_derive", diff --git a/Cargo.toml b/Cargo.toml index 42ba9af..aecc676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ log = { version = "0.4.19", features = ["std"] } lazy_static = "1.4.0" tui = "0.19.0" crossterm = { version = "0.26.1", features = ["event-stream"] } -tabled = "0.13.0" +tabled = "0.14.0" tokio = { version = "1", features = ["full"] } slack-morphism = { version = "1.14.0", features = ["hyper"] } chrono = "0.4.26"