diff --git a/gst-plugin-http/Cargo.toml b/gst-plugin-http/Cargo.toml index 75e1ade3..940197b6 100644 --- a/gst-plugin-http/Cargo.toml +++ b/gst-plugin-http/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" [dependencies] url = "1.1" gst-plugin = { path="../gst-plugin" } -reqwest = "0.5" +reqwest = "0.6" slog = "2.0" [lib]