chore(deps): Update textwrap to 0.15.0 (#143)

This commit is contained in:
Dylan Anthony 2022-03-27 16:11:28 -06:00 committed by GitHub
parent 126ffc5834
commit 2d0054b3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }