From 43e28e5a6d80d08761aea460152fd9f3411ebe37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 24 Oct 2022 11:19:52 +0300 Subject: textwrap: Update to textwrap 0.16 --- text/wrap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text') diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 371b9625..41b02652 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] -- cgit v1.2.3