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"