| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index f19b502b58b1c7b236d805d5a81c62c8dbcb83e0..59edd5a88cfb34469691c44a2c4412afcc32d828 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: shelf
|
| -version: 0.6.5+1
|
| +version: 0.6.5+2
|
| author: Dart Team <misc@dartlang.org>
|
| description: Web Server Middleware for Dart
|
| homepage: https://github.com/dart-lang/shelf
|
| @@ -7,7 +7,7 @@ environment:
|
| sdk: '>=1.12.0 <2.0.0'
|
| dependencies:
|
| async: '^1.10.0'
|
| - http_parser: '>=1.0.0 <3.0.0'
|
| + http_parser: '>=1.0.0 <4.0.0'
|
| path: '^1.0.0'
|
| stack_trace: '^1.0.0'
|
| stream_channel: '^1.0.0'
|
|
|