Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-11-14 21:57:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-11-14 21:57:54 +0300
commitf7148bd9107babd058222b02a9153c0f3a59b8de (patch)
treed732359947597b89f84a9f43e5b07c7893d0798d /Cargo.toml
parent2408edf1bf334a63cc7506139c41189d11b3c944 (diff)
Port HTTP source from hyper to reqwest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd0e37c25..0c8bdd3df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,8 +9,8 @@ license = "LGPL-2.1+"
[dependencies]
libc = "0.2"
url = "1.1"
-hyper = "0.9"
bitflags = "0.7"
+reqwest = { git = "https://github.com/sdroege/reqwest.git"}
[build-dependencies]
gcc = "0.3"