Release v5.0.1 with stable Tokio

This commit is contained in:
Lewin Bormann
2020-12-29 08:39:58 +01:00
parent 864f918496
commit afec480587

View File

@@ -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"