diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 371b96255..41b026525 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -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]