From f55afb92712b32b811c93e10697b16174b829a83 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Tue, 23 Jun 2020 13:30:31 -0700 Subject: [PATCH] Pin google_api_auth version to known working version. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b70ab4d..0d6c8d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "1" chrono = { version = "0.4", features = ["serde"] } reqwest = { version = "0.10", default-features = false, features = ['rustls-tls', 'blocking', 'json'] } google_field_selector = { git = "https://github.com/google-apis-rs/generator" } -google_api_auth = { git = "https://github.com/google-apis-rs/generator" } +google_api_auth = { git = "https://github.com/google-apis-rs/generator", rev = "a8483014" } mime = "0.3" textnonce = "0.6" -percent-encoding = "2" \ No newline at end of file +percent-encoding = "2"