From ae3829a22c1028916e3daa3dbf75759ef686080b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:16:50 +0000 Subject: [PATCH] Update yup-oauth2 requirement from 7.0.1 to 8.1.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.1.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..ffd1d0d 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.1.0" hyper = {version="0.14", features = ["http1"]} hyper-rustls = {version="0.23.0", features = ["native-tokio"]} thiserror = "1"