From 2ce9aa7b58e758a96d88e274a0e90ee99fe9234e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 12 Jan 2017 11:07:39 +0200 Subject: [PATCH] Update to reqwest 0.3 (hyper 0.10) --- 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 ae15ce61..6f004cee 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.2" +reqwest = "0.3" slog = "1.3" [lib]