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"

View File

@@ -9,6 +9,6 @@ base64 = "0.2"
# version of yup-oauth2, leading to type errors. For testing changes locally, download
# github.com/Byron/google-apis-rs, and use the local yup-oauth2 crate in the google-pubsub1
# crate as well as here.
yup-oauth2 = "1.0"
google-pubsub1 = "1.0"
hyper = "0.9"
yup-oauth2 = "^ 1.0"
google-pubsub1 = "^ 1.0"
hyper = "0.10"