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"