summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-27 05:57:18 +0000
committerSylvestre Ledru <sylvestre@debian.org>2024-03-30 22:58:02 +0100
commitc37027fdd0f321fa023a8c9baaf4315db5e32a61 (patch)
treea2e90609f23d984ce556643935b5e5fea3f424b5
parentc99e1c6813559c1b4bac26483e573acd9faae9ff (diff)
chore(deps): update rust crate uutils_term_grid to 0.6renovate/uutils_term_grid-0.x
-rw-r--r--Cargo.lock15
-rw-r--r--Cargo.toml2
2 files changed, 13 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f81aee26a..f34e3870f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -33,6 +33,15 @@ dependencies = [
]
[[package]]
+name = "ansi-width"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "219e3ce6f2611d83b51ec2098a12702112c29e57203a6b0a0929b2cddb486608"
+dependencies = [
+ "unicode-width",
+]
+
+[[package]]
name = "anstream"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3260,11 +3269,11 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
[[package]]
name = "uutils_term_grid"
-version = "0.3.0"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b389452a568698688dda38802068378a16c15c4af9b153cdd99b65391292bbc7"
+checksum = "f89defb4adb4ba5703a57abc879f96ddd6263a444cacc446db90bf2617f141fb"
dependencies = [
- "unicode-width",
+ "ansi-width",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 0354c251a..3a5404962 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -320,7 +320,7 @@ selinux = "0.4"
signal-hook = "0.3.17"
smallvec = { version = "1.13", features = ["union"] }
tempfile = "3.10.1"
-uutils_term_grid = "0.3"
+uutils_term_grid = "0.6"
terminal_size = "0.3.0"
textwrap = { version = "0.16.1", features = ["terminal_size"] }
thiserror = "1.0"