Skip to content

Commit

Permalink
fix(deps): Fix dependency problems and openssl test failure.
Browse files Browse the repository at this point in the history
Sigh, #51 again.
  • Loading branch information
dermesser committed Jan 31, 2017
1 parent 1639b16 commit 567ff12
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 139 deletions.
143 changes: 38 additions & 105 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ build = "src/build.rs"
[dependencies]
base64 = "0.2"
chrono = "0.2"
hyper = "0.9"
hyper = "0.10.2"
itertools = "0.4"
log = "0.3"
openssl = "0.7"
openssl = "0.9.6"
serde = "0.8"
serde_json = "0.8"
serde_derive = { version = "0.8", optional = true }
Expand All @@ -33,4 +33,4 @@ serde_codegen = { version = "^ 0.8", optional = true }
[dev-dependencies]
getopts = "0.2"
open = "1.1"
yup-hyper-mock = "1.3"
yup-hyper-mock = "2.0"
Loading

0 comments on commit 567ff12

Please sign in to comment.