mirror of https://github.com/grpc/grpc-dart.git
Update dependencies (#127)
This commit is contained in:
parent
c02c5c46de
commit
175910c58a
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue