From 302814d7cbb02422cc279949b67250d3c2f5801b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 09:48:43 +0000 Subject: [PATCH] build(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 ++-- src/uu/ls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3904277da38..2f6080a2dcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2015,9 +2015,9 @@ dependencies = [ [[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/src/uu/ls/Cargo.toml b/src/uu/ls/Cargo.toml index 5941b72a810..9d1f88c1420 100644 --- a/src/uu/ls/Cargo.toml +++ b/src/uu/ls/Cargo.toml @@ -19,7 +19,7 @@ chrono = { version="^0.4.23", default-features=false, features=["std", "alloc", clap = { version = "4.0", features = ["wrap_help", "cargo", "env"] } unicode-width = "0.1.8" number_prefix = "0.4" -term_grid = "0.1.5" +term_grid = "0.2.0" terminal_size = "0.2.2" glob = "0.3.0" lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }