mirror of https://github.com/grpc/grpc-dart.git
Update dependencies(http2,mockito) (#145)
This commit is contained in:
parent
eafca2ab28
commit
d62009e9fb
|
|
@ -1,6 +1,6 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
||||||
version: 1.0.0
|
version: 1.0.0+1
|
||||||
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
|
||||||
|
|
||||||
|
|
@ -12,8 +12,8 @@ dependencies:
|
||||||
googleapis_auth: ^0.2.5+3
|
googleapis_auth: ^0.2.5+3
|
||||||
meta: ^1.0.5
|
meta: ^1.0.5
|
||||||
http: '>=0.11.3+17 <0.13.0'
|
http: '>=0.11.3+17 <0.13.0'
|
||||||
http2: ^0.1.7
|
http2: '>=0.1.7 <2.0.0'
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
mockito: ^3.0.0
|
mockito: ^4.0.0
|
||||||
test: ^1.5.0
|
test: ^1.5.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue