| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index c03e59da2a6b8bb592f1a7c73318eaca8de9c1c3..0cf276a8626e7fb6f48eb265dedb5996f5906a7e 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,15 +1,12 @@
|
| name: http_parser
|
| -version: 3.0.1-dev
|
| +version: 3.0.1
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://github.com/dart-lang/http_parser
|
| description: >
|
| A platform-independent package for parsing and serializing HTTP formats.
|
| dependencies:
|
| - async: "^1.3.0"
|
| collection: ">=0.9.1 <2.0.0"
|
| - crypto: ">=0.9.2 <2.0.0"
|
| source_span: "^1.0.0"
|
| - stream_channel: "^1.0.0"
|
| string_scanner: ">=0.0.0 <0.2.0"
|
| dev_dependencies:
|
| test: "^0.12.0"
|
|
|