summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2024-05-01 11:13:56 +0200
committerGitHub <noreply@github.com>2024-05-01 11:13:56 +0200
commitd4273adf6b4bd85f131371cc2bd38b4990ff8c2a (patch)
tree9913235f8b203cd3253755a908e5e9c47a090aed
parent45bf1991d11cce894d4111f255467c720e8e3b36 (diff)
parent94b6037838ef37bf96ca3be2a021ce87c12eeb16 (diff)
Merge pull request #5963 from uutils/renovate/uutils_term_grid-0.x
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"