chore(deps): Upgraded examples to hyper=0.10

This should get rid of openssl-sys 0.7 once and for all (#51).
This commit is contained in:
Lewin Bormann
2017-02-02 19:27:43 +01:00
parent d4ebbc47b2
commit 59193d4e2d
2 changed files with 6 additions and 6 deletions

View File

@@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
[dependencies]
yup-oauth2 = "1.0"
google-drive3 = "1.0"
hyper = "0.9"
yup-oauth2 = "^ 1.0"
google-drive3 = "^ 1.0"
hyper = "^ 0.10"