From 1a5fede4a75b8f897950930a71a1649c83ef90a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 6 Apr 2017 15:09:09 +0300 Subject: [PATCH] Update to reqwest 0.5 --- gst-plugin-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-plugin-http/Cargo.toml b/gst-plugin-http/Cargo.toml index 30f40d8a..40d7762f 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.4" +reqwest = "0.5" slog = "1.3" [lib]