summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-01 08:17:43 +0000
committerGitHub <noreply@github.com>2024-05-01 08:17:43 +0000
commit94b6037838ef37bf96ca3be2a021ce87c12eeb16 (patch)
tree5bb4347a949e7175c92998dd11fd49321094bf93
parent3346b4147aa7c9dd5e5ad822ac927407010eb8de (diff)
chore(deps): update rust crate uutils_term_grid to 0.6
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 33c7e4faf..c774cd756 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3375,9 +3375,9 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
[[package]]
name = "uutils_term_grid"
-version = "0.5.0"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f8d288de1b98c546a4d17b857689ec9c84234ee317eaa018804112fb91e607a"
+checksum = "f89defb4adb4ba5703a57abc879f96ddd6263a444cacc446db90bf2617f141fb"
dependencies = [
"ansi-width",
]
diff --git a/Cargo.toml b/Cargo.toml
index 161103d7c..d848f4e5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -322,7 +322,7 @@ selinux = "0.4"
signal-hook = "0.3.17"
smallvec = { version = "1.13", features = ["union"] }
tempfile = "3.10.1"
-uutils_term_grid = "0.5"
+uutils_term_grid = "0.6"
terminal_size = "0.3.0"
textwrap = { version = "0.16.1", features = ["terminal_size"] }
thiserror = "1.0"