Support http_parser 1.0.0.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1306243008 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2438fd6..3b77fae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.11.3+1
+
+* Support `http_parser` 1.0.0.
+
 ## 0.11.3
 
 * Add a `Client.patch` shortcut method and a matching top-level `patch` method.
diff --git a/pubspec.yaml b/pubspec.yaml
index db04d4f..a4a556f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,10 @@
 name: http
-version: 0.11.3
+version: 0.11.3+1
 author: "Dart Team <misc@dartlang.org>"
 homepage: https://github.com/dart-lang/http
 description: A composable, Future-based API for making HTTP requests.
 dependencies:
-  http_parser: ">=0.0.1 <0.1.0"
+  http_parser: ">=0.0.1 <2.0.0"
   path: ">=0.9.0 <2.0.0"
   stack_trace: ">=0.9.1 <2.0.0"
 dev_dependencies: