| Index: pkg/yaml/pubspec.yaml
|
| diff --git a/pkg/yaml/pubspec.yaml b/pkg/yaml/pubspec.yaml
|
| index afb8a0eea69bebc33473df2927b99dc7c70b9557..5362b6008ad3cfbd55249f12c4aed4e42ef974ae 100644
|
| --- a/pkg/yaml/pubspec.yaml
|
| +++ b/pkg/yaml/pubspec.yaml
|
| @@ -4,7 +4,7 @@ author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: A parser for YAML.
|
| dependencies:
|
| - collection: ">=0.9.2 <0.10.0"
|
| + collection: ">=0.9.2 <2.0.0"
|
| path: ">=1.2.0 <2.0.0"
|
| string_scanner: ">=0.1.0 <0.2.0"
|
| source_span: ">=1.0.0 <2.0.0"
|
|
|