From d62009e9fb9c13296a7fd854fcf916615b478952 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 22 Jan 2019 14:08:25 +0200 Subject: [PATCH] Update dependencies(http2,mockito) (#145) --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1a13045..82a33f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: grpc 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 homepage: https://github.com/dart-lang/grpc-dart @@ -12,8 +12,8 @@ dependencies: googleapis_auth: ^0.2.5+3 meta: ^1.0.5 http: '>=0.11.3+17 <0.13.0' - http2: ^0.1.7 + http2: '>=0.1.7 <2.0.0' dev_dependencies: - mockito: ^3.0.0 + mockito: ^4.0.0 test: ^1.5.0