[yabridgectl] Update textwrap

This was stuck on an old version some of the previous versions did not
take the subsequent indent string's width into account when wrapping.
This commit is contained in:
Robbert van der Helm
2023-08-13 14:53:19 +02:00
parent 2089c035d0
commit 6aab25c1de
3 changed files with 168 additions and 43 deletions
+1 -3
View File
@@ -23,9 +23,7 @@ rayon = "1.5.1"
serde = "1.0.133"
serde_derive = "1.0.133"
serde_jsonrc = "0.1"
# NOTE: textwrap 0.12.0 up to at least 0.13.4 apply the subsequent indent after
# wrapping
textwrap = { version = "0.11.0", features = ["term_size"] }
textwrap = { version = "0.16.0", features = ["terminal_size"] }
toml = "0.5.6"
walkdir = "2.3.1"
which = "4.2.2"