Support http_parser 2.0.0.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1524933002 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf14742..087107d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.11.3+3
+
+* Support `http_parser` 2.0.0.
+
 ## 0.11.3+2
 
 * Require Dart SDK >= 1.9.0
diff --git a/pubspec.yaml b/pubspec.yaml
index 9efca2c..f2ba38e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,10 @@
 name: http
-version: 0.11.3+2
+version: 0.11.3+3
 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 <2.0.0"
+  http_parser: ">=0.0.1 <3.0.0"
   path: ">=0.9.0 <2.0.0"
   stack_trace: ">=0.9.1 <2.0.0"
 dev_dependencies: