| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 77e5761df3912de3262c023c5015b7b5d30af0b3..7c4ec8bf5c23f8a0ea7e0e66734f0a04d22ecb41 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -9,10 +9,13 @@ environment:
|
|
|
| dependencies:
|
| logging: ">=0.9.3 <1.0.0"
|
| - mime: ">=0.9.1 <0.10.0"
|
| + mime: ">=0.9.2 <0.10.0"
|
| pub_semver: ">=1.1.0 <1.2.0"
|
| shelf: ">=0.5.6 <0.6.0"
|
| yaml: ">=2.1.2 <3.0.0"
|
|
|
| dev_dependencies:
|
| + archive: ">=1.0.0 <2.0.0"
|
| + args: ">=0.12.2 <0.13.0"
|
| + http: ">0.11.0 <0.12.0"
|
| unittest: ">=0.11.4 <0.12.0"
|
|
|