fix(dependencies): hyper also broke us

The Url::query_pairs() function returns a different type now.
This commit is contained in:
Lewin Bormann
2016-04-27 19:19:20 +02:00
parent b039dc0cdc
commit 4e1d9bd750

View File

@@ -14,8 +14,8 @@ build = "src/build.rs"
chrono = ">= 0.2"
log = ">= 0.3"
mime = ">= 0.1"
url = ">= 0.5"
hyper = ">= 0.8.0"
url = "= 0.5"
hyper = "0.8.0"
itertools = ">= 0.4"
serde = "0.6.0"
serde_json = "0.6.0"