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"] }