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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2019-02-22 14:17:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2019-02-22 14:17:54 +0300
commitff6e54c690740369c7b24f2cb38b6c346f64bc3f (patch)
tree2a8495f9b23d8b2fb18a00b4e36ee1abc0f88077
parentaa325ea98d4548b6c08c685adeaf509d4b9a8466 (diff)
Update dependency versions
-rw-r--r--gst-plugin-closedcaption/Cargo.toml2
-rw-r--r--gst-plugin-http/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst-plugin-closedcaption/Cargo.toml b/gst-plugin-closedcaption/Cargo.toml
index 7b15dd8d8..50f99dce0 100644
--- a/gst-plugin-closedcaption/Cargo.toml
+++ b/gst-plugin-closedcaption/Cargo.toml
@@ -29,7 +29,7 @@ features = ["v1_12"]
package="gstreamer-video"
[dev-dependencies]
-pretty_assertions = "0.5.1"
+pretty_assertions = "0.6"
rand = "0.6"
[dev-dependencies.gst-check]
diff --git a/gst-plugin-http/Cargo.toml b/gst-plugin-http/Cargo.toml
index db55ca654..c6de98e2b 100644
--- a/gst-plugin-http/Cargo.toml
+++ b/gst-plugin-http/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
url = "1.1"
glib = { git = "https://github.com/gtk-rs/glib" }
reqwest = "0.9"
-hyperx = "0.13"
+hyperx = "0.14"
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["subclassing"] }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["subclassing"] }