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" }