From 32ef8575833eacbc4fdba7f009f0abfc844f9bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:59:54 +0000 Subject: [PATCH] fix(deps): update rust crate textwrap to 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7514b5a4..e669a7d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ once-cell-regex = "0.2" path_abs = "0.5" serde = { version = "1.0", features = [ "derive" ] } structopt = { version = "0.3", optional = true } -textwrap = { version = "0.11", features = [ "term_size" ] } +textwrap = { version = "0.16", features = [ "term_size" ] } thiserror = "1.0" toml = { version = "0.5", features = [ "preserve_order" ] } duct = "0.13"