mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-19 00:44:03 +01:00
fix(dependencies): hyper also broke us
The Url::query_pairs() function returns a different type now.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user