chore(cargo): update textwrap from 0.16.1 to 0.16.2

This removes duplicate unicode-width dependency.
This commit is contained in:
link2xt
2025-04-02 01:49:07 +00:00
parent 1ba0dd503c
commit 3aea6884ac
3 changed files with 5 additions and 12 deletions

View File

@@ -97,7 +97,7 @@ smallvec = "1.14.0"
strum = "0.27"
strum_macros = "0.27"
tagger = "4.3.4"
textwrap = "0.16.1"
textwrap = "0.16.2"
thiserror = { workspace = true }
tokio-io-timeout = "1.2.0"
tokio-rustls = { version = "0.26.2", default-features = false }