Support http_parser 2.0.0.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1524863003 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f69d1f1..ee83da1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.0.1+5
+
+* Support `http_parser` 2.0.0.
+
 ## 0.0.1+4
 
 * Fix a link to `shelf` in the README.
diff --git a/pubspec.yaml b/pubspec.yaml
index 1e17a13..9395067 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,11 +1,11 @@
 name: shelf_web_socket
-version: 0.0.1+4
+version: 0.0.1+5
 author: "Dart Team <misc@dartlang.org>"
 homepage: http://github.com/dart-lang/shelf_web_socket
 description: >
   A WebSocket handler for Shelf.
 dependencies:
-  http_parser: ">=0.0.2 <2.0.0"
+  http_parser: ">=0.0.2 <3.0.0"
   shelf: ">=0.5.2 <0.7.0"
 dev_dependencies:
   http: ">=0.10.0 <0.12.0"