From 4d0a5b2f6f00751442711d6a6333e93283db43f5 Mon Sep 17 00:00:00 2001 From: Dylan Anthony Date: Mon, 21 Mar 2022 17:30:46 -0600 Subject: [PATCH] chore(deps): Update textwrap to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31ca80d..1b8fea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ unicode-width = "0.1.9" owo-colors = { version = "3.0.0", optional = true } atty = { version = "0.2.14", optional = true } -textwrap = { version = "0.14.2", optional = true } +textwrap = { version = "0.15.0", optional = true } supports-hyperlinks = { version = "1.1.0", optional = true } supports-color = { version = "1.0.4", optional = true } supports-unicode = { version = "1.0.0", optional = true }