From ff6e54c690740369c7b24f2cb38b6c346f64bc3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 22 Feb 2019 13:17:54 +0200 Subject: [PATCH] Update dependency versions --- gst-plugin-closedcaption/Cargo.toml | 2 +- gst-plugin-http/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-plugin-closedcaption/Cargo.toml b/gst-plugin-closedcaption/Cargo.toml index 7b15dd8d..50f99dce 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 db55ca65..c6de98e2 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"] }