Merge branch 'fix-dep' into 0.9.7+x

https://codereview.chromium.org/1946803002/
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc0b45b..aa6752e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.9.7+2
+
+* Narrow the constraint on `async` to reflect the APIs this package is actually
+  using.
+
 # 0.9.7+1
 
 * Fix all strong-mode warnings.
diff --git a/pubspec.yaml b/pubspec.yaml
index 71a94df..57e75e6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: watcher
-version: 0.9.7+1
+version: 0.9.7+2
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/watcher
 description: >
@@ -8,7 +8,7 @@
 environment:
   sdk: '>=1.9.0 <2.0.0'
 dependencies:
-  async: '^1.8.0'
+  async: '^1.10.0'
   collection: '^1.0.0'
   path: '>=0.9.0 <2.0.0'
 dev_dependencies: