| Index: pkg/http/pubspec.yaml
|
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml
|
| index 80018b1e2acce90264df8fb928ec618a29cf2972..18b3002e4bfb8676747abefff0b03d3a6c4058cc 100644
|
| --- a/pkg/http/pubspec.yaml
|
| +++ b/pkg/http/pubspec.yaml
|
| @@ -1,11 +1,11 @@
|
| name: http
|
| -version: 0.9.0
|
| +version: 0.9.1
|
| 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"
|
| - stack_trace: ">=0.9.0 <0.10.0"
|
| + stack_trace: ">=0.9.1 <0.10.0"
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
|
|