Support http_parser 1.0.0.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1316823003 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3af674..099d5c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.2.3+1
+
+* Support `http_parser` 1.0.0.
+
 ## 0.2.3
 
 * Added `listDirectories` argument to `createStaticHandler`. 
diff --git a/pubspec.yaml b/pubspec.yaml
index a930b61..553f335 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
 name: shelf_static
-version: 0.2.3
+version: 0.2.3+1
 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 <0.1.0'
+  http_parser: '>=0.0.2+2 <2.0.0'
   mime: '>=0.9.0 <0.10.0'
   path: '>=1.1.0 <2.0.0'
   shelf: '>=0.5.7 <0.7.0'