From 340e8836bbb0432c262ba388ec02d6d9c1dfb924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 10 May 2017 11:26:45 +0200 Subject: [PATCH] Update to reqwest 0.6 --- 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 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]