Skip to content

Commit

Permalink
fix(dependencies): hyper also broke us
Browse files Browse the repository at this point in the history
The Url::query_pairs() function returns a different type now.
  • Loading branch information
dermesser committed Apr 27, 2016
1 parent b039dc0 commit 4e1d9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4e1d9bd

Please sign in to comment.