Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index b4ccf2c0f069f4f0316791e065fd0f181cc7a13d..7e25d64b7c49258cbcfb14b64bf6e4f3282655c8 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,5 +1,5 @@ |
name: test |
-version: 0.12.10+2 |
+version: 0.12.11-dev |
author: Dart Team <misc@dartlang.org> |
description: A library for writing dart unit tests. |
homepage: https://github.com/dart-lang/test |
@@ -8,7 +8,7 @@ environment: |
dependencies: |
analyzer: '>=0.23.0 <0.28.0' |
args: '^0.13.1' |
- async: '^1.6.0' |
+ async: '^1.8.0' |
barback: '>=0.14.0 <0.16.0' |
collection: '^1.1.0' |
crypto: '^0.9.0' |
@@ -25,7 +25,7 @@ dependencies: |
source_maps: '^0.10.1' |
source_span: '^1.0.0' |
stack_trace: '^1.2.1' |
- stream_channel: '^1.1.0' |
+ stream_channel: '^1.3.1' |
string_scanner: '^0.1.1' |
yaml: '>=0.9.0 <3.0.0' |