From 93b365ac4d28469f29442d1d46f044c65cf0af3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:42:25 +0000 Subject: [PATCH] Update Rust crate textwrap to 0.16.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f4d7c4..e4032e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ sysinfo = "0.30" libc = "0.2.152" phf = "0.11.2" phf_codegen = "0.11.2" -textwrap = { version = "0.16.0", features = ["terminal_size"] } +textwrap = { version = "0.16.1", features = ["terminal_size"] } xattr = "1.3.1" tempfile = "3.9.0" rand = { version = "0.8", features = ["small_rng"] }