From 625af91c206df28d4b9bda326e7d18000f87832a Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Tue, 23 Jun 2020 21:14:38 -0700 Subject: [PATCH] Pin google_api_auth to known working version. --- Cargo.lock | 9 +++++++-- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03b91b5..378a963 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,7 +895,7 @@ version = "0.1.0-20200203" source = "git+https://git.z.xinu.tv/wathiede/google-api-photoslibrary#7480a9c0a0e432169d6c300adb50276f21a54eb7" dependencies = [ "chrono", - "google_api_auth", + "google_api_auth 0.1.0 (git+https://github.com/google-apis-rs/generator)", "google_field_selector", "mime 0.3.16", "percent-encoding 2.1.0", @@ -909,6 +909,11 @@ dependencies = [ name = "google_api_auth" version = "0.1.0" source = "git+https://github.com/google-apis-rs/generator#a848301466556f16d48df64ef16b92a8327a8406" + +[[package]] +name = "google_api_auth" +version = "0.1.0" +source = "git+https://github.com/google-apis-rs/generator?rev=7504e31#7504e310e8c4c361aca998ea14c309d5c46967cc" dependencies = [ "tokio 0.1.22", "yup-oauth2", @@ -1980,7 +1985,7 @@ dependencies = [ "cacher", "criterion", "google-photoslibrary1", - "google_api_auth", + "google_api_auth 0.1.0 (git+https://github.com/google-apis-rs/generator?rev=7504e31)", "hexihasher", "image", "imageutils", diff --git a/Cargo.toml b/Cargo.toml index 7b21805..1927bba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] # TODO, use https://git.z.xinu.tv/wathiede/google-api-photoslibrary and figure out auth story. google-photoslibrary1 = { git = "https://git.z.xinu.tv/wathiede/google-api-photoslibrary" } -google_api_auth = { git = "https://github.com/google-apis-rs/generator", features = ["with-yup-oauth2"] } +google_api_auth = { git = "https://github.com/google-apis-rs/generator", rev="7504e31", features = ["with-yup-oauth2"] } hexihasher = { git = "https://git.z.xinu.tv/wathiede/hexihasher" } lazy_static = "1.4.0" log = "0.4.8"