textwrap: Update to textwrap 0.16

This commit is contained in:
Sebastian Dröge 2022-10-24 11:19:52 +03:00
parent 9a68f6e221
commit 43e28e5a6d

View file

@ -10,7 +10,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
[dependencies]
once_cell = "1.0"
textwrap = { version = "0.15", features = ["hyphenation"] }
textwrap = { version = "0.16", features = ["hyphenation"] }
hyphenation = "0.8"
[dependencies.gst]