| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index a4a556fb44c72a691197a2ab17589172a5ec8d54..3d1c09e7edd34e5c9622b992f59c1b84b536a2e0 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: http
|
| -version: 0.11.3+1
|
| +version: 0.11.3+2
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://github.com/dart-lang/http
|
| description: A composable, Future-based API for making HTTP requests.
|
| dependencies:
|
| - http_parser: ">=0.0.1 <2.0.0"
|
| + http_parser: ">=0.0.1 <3.0.0"
|
| path: ">=0.9.0 <2.0.0"
|
| stack_trace: ">=0.9.1 <2.0.0"
|
| dev_dependencies:
|
|
|