From d0a27757f459d6e370bcdaccc6c53fd9dbf158f5 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Fri, 14 Jul 2023 16:26:14 +0200 Subject: [PATCH] update status of the status of the yup-oauth2 patch (PR (#205) was merged) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec7cd2e..334f2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,6 @@ data-test = "0.1.1" [patch.crates-io] # patch the yup-oauth2 version with a custom for to support forcing the user to choose an account. -# this can be removed as soon as PR (#205)[https://github.com/dermesser/yup-oauth2/pull/205] is resolved and -# the google-youtube3 crate uses the google-apis-common crate that implements this +# this can be removed as soon as https://github.com/dermesser/yup-oauth2/ has its next release and +# the google-youtube3 crate uses the google-apis-common crate that uses this yup-oauth2 = { version = "8.1.1", git = "https://github.com/OMGeeky/yup-oauth2", branch = "8.1.1" }