mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-07 03:31:31 +01:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user