| Index: pkg/http_parser/pubspec.yaml
|
| diff --git a/pkg/http_parser/pubspec.yaml b/pkg/http_parser/pubspec.yaml
|
| index 1ace583151f5c362e0af668d167853169b1a174e..2c9b5d6a29de8d48ab5ee55a7545407da78697e7 100644
|
| --- a/pkg/http_parser/pubspec.yaml
|
| +++ b/pkg/http_parser/pubspec.yaml
|
| @@ -1,10 +1,11 @@
|
| name: http_parser
|
| -version: 0.0.1
|
| +version: 0.0.2
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| A platform-independent package for parsing and serializing HTTP formats.
|
| dependencies:
|
| + crypto: ">=0.9.0 <0.10.0"
|
| collection: ">=0.9.1 <0.10.0"
|
| string_scanner: ">=0.0.0 <0.1.0"
|
| dev_dependencies:
|
|
|