| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 9bb02e91ead5d9f5a94e3b0bcda37355da7c9ab5..b59e69230021c0b03f04a697d19c760ae20b67b7 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: shelf_static
|
| -version: 0.2.3+2
|
| +version: 0.2.3+3
|
| author: Dart Team <misc@dartlang.org>
|
| description: Static file server support for Shelf
|
| homepage: https://github.com/dart-lang/shelf_static
|
| @@ -9,7 +9,7 @@ dependencies:
|
| http_parser: '>=0.0.2+2 <3.0.0'
|
| mime: '>=0.9.0 <0.10.0'
|
| path: '>=1.1.0 <2.0.0'
|
| - shelf: '>=0.5.7 <0.7.0'
|
| + shelf: '>=0.5.7 <0.8.0'
|
| dev_dependencies:
|
| args: '>=0.12.0 <0.14.0'
|
| scheduled_test: '>=0.12.0 <0.13.0'
|
|
|