Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 71544b12705b2b37f4fbe58513539d4caa0110a0..c06a60ea2a0acb4358aa89ec59a02690d3022fe7 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,14 +1,14 @@ |
name: http_parser |
-version: 0.0.2+6 |
+version: 0.0.2+7 |
author: "Dart Team <misc@dartlang.org>" |
homepage: https://github.com/dart-lang/http_parser |
description: > |
A platform-independent package for parsing and serializing HTTP formats. |
dependencies: |
- crypto: ">=0.9.0 <0.10.0" |
+ crypto: "^0.9.0" |
collection: ">=0.9.1 <2.0.0" |
string_scanner: ">=0.0.0 <0.2.0" |
dev_dependencies: |
- unittest: ">=0.10.0 <0.12.0" |
+ test: "^0.12.0" |
environment: |
- sdk: ">=1.2.0 <2.0.0" |
+ sdk: ">=1.8.0 <2.0.0" |