Update dependencies (#127)

This commit is contained in:
Sigurd Meldgaard 2018-10-24 12:49:33 +02:00 committed by GitHub
parent c02c5c46de
commit 175910c58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
## 0.6.6
* Support `package:http` `>=0.11.3+17 <0.13.0`.
* Update `package:googleapis_auth` to `^0.2.5+3`.
## 0.6.5 ## 0.6.5
* Interceptors are now async. * Interceptors are now async.

View File

@ -1,6 +1,6 @@
name: grpc name: grpc
description: Dart implementation of gRPC. description: Dart implementation of gRPC.
version: 0.6.5 version: 0.6.6
author: Dart Team <misc@dartlang.org> author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/grpc-dart homepage: https://github.com/dart-lang/grpc-dart
@ -9,9 +9,9 @@ environment:
dependencies: dependencies:
async: '>=1.13.3 <3.0.0' async: '>=1.13.3 <3.0.0'
googleapis_auth: ^0.2.3+6 googleapis_auth: ^0.2.5+3
meta: ^1.0.5 meta: ^1.0.5
http: ^0.11.3+16 http: '>=0.11.3+17 <0.13.0'
http2: ^0.1.7 http2: ^0.1.7
dev_dependencies: dev_dependencies: