From fa01a7777b18d03bbf5b45ef3472bb53876f3c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 10:00:12 +0000 Subject: [PATCH] Update yup-oauth2 requirement from 7.0.1 to 8.0.0 Updates the requirements on [yup-oauth2](https://github.com/dermesser/yup-oauth2) to permit the latest version. - [Release notes](https://github.com/dermesser/yup-oauth2/releases) - [Changelog](https://github.com/dermesser/yup-oauth2/blob/master/changelog.md) - [Commits](https://github.com/dermesser/yup-oauth2/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: yup-oauth2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24ac4d7..d310fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rust-tls = ["reqwest/rustls-tls"] bq_load_job = ["cloud-storage"] [dependencies] -yup-oauth2 = "7.0.1" +yup-oauth2 = "8.0.0" hyper = {version="0.14", features = ["http1"]} hyper-rustls = {version="0.23.0", features = ["native-tokio"]} thiserror = "1"