From d7217b777efaa4f48ff1d07f74cd2470d69f2c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:10:32 +0000 Subject: [PATCH] chore(deps): bump term_grid from 0.1.7 to 0.2.0 Bumps [term_grid](https://github.com/ogham/rust-term-grid) from 0.1.7 to 0.2.0. - [Release notes](https://github.com/ogham/rust-term-grid/releases) - [Commits](https://github.com/ogham/rust-term-grid/compare/v0.1.7...v0.2.0) --- updated-dependencies: - dependency-name: term_grid 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 a4e215aa1..46236f208 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,9 +269,9 @@ checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" [[package]] name = "term_grid" -version = "0.1.7" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf" +checksum = "a7c9eb7705cb3f0fd71d3955b23db6d372142ac139e8c473952c93bf3c3dc4b7" dependencies = [ "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index c1e2a72af..911742c66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ natord = "1.0" num_cpus = "1.16" number_prefix = "0.4" scoped_threadpool = "0.1" -term_grid = "0.1" +term_grid = "0.2" terminal_size = "0.1.16" timeago = { version = "0.3.1", default-features = false } unicode-width = "0.1"