From d76b3103f0ec2bf6527a5657dac23a4d53bcf0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:06:01 +0000 Subject: [PATCH] chore(deps): update rust crate textwrap to 0.16.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 928adb7e2..4a2125f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2066,9 +2066,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" +checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" dependencies = [ "smawk", "terminal_size 0.2.6", diff --git a/Cargo.toml b/Cargo.toml index 411b57d4a..0bc33644f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -322,7 +322,7 @@ smallvec = { version = "1.13", features = ["union"] } tempfile = "3.10.0" uutils_term_grid = "0.3" terminal_size = "0.3.0" -textwrap = { version = "0.16.0", features = ["terminal_size"] } +textwrap = { version = "0.16.1", features = ["terminal_size"] } thiserror = "1.0" time = { version = "0.3" } unicode-segmentation = "1.11.0"