Require latest googleapis_auth to avoid deprecated API usage (#455)

This commit is contained in:
Kevin Moore 2021-03-08 14:32:55 -08:00 committed by GitHub
parent ee0e7ec351
commit fb0c27a78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
## 3.0.1-dev
* Require `package:googleapis_auth` `^1.1.0`
## 3.0.0
* Migrate library and tests to null safety.

View File

@ -16,7 +16,7 @@
import 'dart:async';
import 'dart:convert';
import 'package:googleapis_auth/auth.dart' as auth;
import 'package:googleapis_auth/googleapis_auth.dart' as auth;
import 'package:http/http.dart' as http;
import '../client/call.dart';

View File

@ -13,7 +13,7 @@ dependencies:
async: ^2.5.0
crypto: ^3.0.0
fixnum: ^1.0.0
googleapis_auth: ^1.0.0
googleapis_auth: ^1.1.0
meta: ^1.3.0
http: ^0.13.0
http2: ^2.0.0