From afec4805873bb406e9d4182a74e28b00b77b0a77 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Tue, 29 Dec 2020 08:39:58 +0100 Subject: [PATCH] Release v5.0.1 with stable Tokio --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a16dcc9..261e44f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "4.1.3" +version = "5.0.1" authors = ["Sebastian Thiel ", "Lewin Bormann "] 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"