From 99a9b7fedc37b64d1bd5227d8d814e480c162c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 3 Feb 2017 16:34:01 +0200 Subject: [PATCH] Update to reqwest 0.4 --- 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 6f004cee9..93fbaf485 100644 --- a/gst-plugin-http/Cargo.toml +++ b/gst-plugin-http/Cargo.toml @@ -8,7 +8,7 @@ license = "LGPL-2.1+" [dependencies] url = "1.1" gst-plugin = { path="../gst-plugin" } -reqwest = "0.3" +reqwest = "0.4" slog = "1.3" [lib]