mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-17 16:07:11 +01:00
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:
13
Cargo.toml
13
Cargo.toml
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user