Pin google_api_auth version to known working version.

This commit is contained in:
Bill Thiede 2020-06-23 13:30:31 -07:00
parent 7480a9c0a0
commit f55afb9271

View File

@ -12,7 +12,7 @@ serde_json = "1"
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.10", default-features = false, features = ['rustls-tls', 'blocking', 'json'] } reqwest = { version = "0.10", default-features = false, features = ['rustls-tls', 'blocking', 'json'] }
google_field_selector = { git = "https://github.com/google-apis-rs/generator" } 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" mime = "0.3"
textnonce = "0.6" textnonce = "0.6"
percent-encoding = "2" percent-encoding = "2"