chore(cargo):update to latest hyper/yup-hyper-mock

This fixes the macro issues that caused us so much trouble
This commit is contained in:
Sebastian Thiel
2015-05-18 10:46:38 +02:00
parent 265346e2bb
commit 598f5ed496
2 changed files with 2 additions and 12 deletions

View File

@@ -15,21 +15,12 @@ time = "*"
log = "*"
mime = "*"
url = "*"
hyper = ">= 0.5.0"
itertools = "*"
serde = "*"
serde_macros = "*"
[dependencies.hyper]
version = "*"
git = "https://github.com/hyperium/hyper"
rev = "871f37a5605d433e5699ed2f16631001d86d7805"
[dev-dependencies]
getopts = "*"
open = "*"
[dev-dependencies.yup-hyper-mock]
version = "*"
git = "https://github.com/Byron/yup-hyper-mock"
rev = "ee56de4dead136b3ca5a3eda6ca7057f9074e261"
yup-hyper-mock = ">= 1.0.0"

View File

@@ -1,4 +1,3 @@
#![allow(deprecated)]
//! This library can be used to acquire oauth2.0 authentication for services.
//! At the time of writing, only one way of doing so is implemented, the [device flow](https://developers.google.com/youtube/v3/guides/authentication#devices), along with a flow
//! for [refreshing tokens](https://developers.google.com/youtube/v3/guides/authentication#devices)