From 7cd73776504b90f1107a4fce77c18f7d80d41658 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:49:54 +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 573c2ef..2e0a9c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,9 +527,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 0677dba..ffb45a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ sysinfo = "0.30" libc = "0.2.153" 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.10.0" rand = { version = "0.8", features = ["small_rng"] }