| Index: pkg/http/pubspec.yaml
|
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml
|
| index 18b3002e4bfb8676747abefff0b03d3a6c4058cc..d3c751b76a03a5a254ce647a1cc9e0212dc8d4b2 100644
|
| --- a/pkg/http/pubspec.yaml
|
| +++ b/pkg/http/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: http
|
| -version: 0.9.1
|
| +version: 0.9.2
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://pub.dartlang.org/packages/http
|
| description: A composable, Future-based API for making HTTP requests.
|
| dependencies:
|
| - path: ">=0.9.0 <0.10.0"
|
| + path: ">=0.9.0 <2.0.0"
|
| stack_trace: ">=0.9.1 <0.10.0"
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
|
|