mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-21 17:48:03 +01:00
Release v5.0.1 with stable Tokio
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "yup-oauth2"
|
||||
version = "4.1.3"
|
||||
version = "5.0.1"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>", "Lewin Bormann <lbo@spheniscida.de>"]
|
||||
repository = "https://github.com/dermesser/yup-oauth2"
|
||||
description = "An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows"
|
||||
@@ -15,7 +15,7 @@ base64 = "0.12"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
http = "0.2"
|
||||
hyper = { version = "0.14", features = ["client", "server", "tcp", "http2"] }
|
||||
hyper-rustls = "0.22"
|
||||
hyper-rustls = "0.22.1"
|
||||
log = "0.4"
|
||||
rustls = "0.19"
|
||||
seahash = "4"
|
||||
|
||||
Reference in New Issue
Block a user