Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/text/wrap
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-10-24 11:19:52 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-24 11:19:52 +0300
commit43e28e5a6d80d08761aea460152fd9f3411ebe37 (patch)
tree2741fe082ecaf6435d41642fc3f9ef07c21f72ab /text/wrap
parent9a68f6e221576f94e153f5f20e499b22745621ec (diff)
textwrap: Update to textwrap 0.16
Diffstat (limited to 'text/wrap')
-rw-r--r--text/wrap/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]