| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index b681e1cd5790a848eeb08e5d999a384a579eec78..649af89a76554ba856e99d2d4c6fdfecf27ba8f4 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,7 +1,7 @@
|
| name: http_parser
|
| -version: 0.0.2+5
|
| +version: 0.0.3-dev
|
| author: "Dart Team <misc@dartlang.org>"
|
| -homepage: http://github.com/dart-lang/http_parser
|
| +homepage: https://github.com/dart-lang/http_parser
|
| description: >
|
| A platform-independent package for parsing and serializing HTTP formats.
|
| dependencies:
|
| @@ -9,6 +9,6 @@ dependencies:
|
| collection: ">=0.9.1 <2.0.0"
|
| string_scanner: ">=0.0.0 <0.2.0"
|
| dev_dependencies:
|
| - unittest: ">=0.10.0 <0.11.0"
|
| + unittest: ">=0.10.0 <0.12.0"
|
| environment:
|
| sdk: ">=1.2.0 <2.0.0"
|
|
|