Support http_parser 2.0.0.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1524943002 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 099d5c7..958c11a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.2.3+2
+
+* Support `http_parser` 2.0.0.
+
 ## 0.2.3+1
 
 * Support `http_parser` 1.0.0.
diff --git a/pubspec.yaml b/pubspec.yaml
index 553f335..9bb02e9 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
 name: shelf_static
-version: 0.2.3+1
+version: 0.2.3+2
 author: Dart Team <misc@dartlang.org>
 description: Static file server support for Shelf
 homepage: https://github.com/dart-lang/shelf_static
 environment:
   sdk: '>=1.7.0 <2.0.0'
 dependencies:
-  http_parser: '>=0.0.2+2 <2.0.0'
+  http_parser: '>=0.0.2+2 <3.0.0'
   mime: '>=0.9.0 <0.10.0'
   path: '>=1.1.0 <2.0.0'
   shelf: '>=0.5.7 <0.7.0'