misc: require a minimum of build_runner 0.9.0, update pkg:test dep
diff --git a/pkgs/pubspec_parse/pubspec.yaml b/pkgs/pubspec_parse/pubspec.yaml
index ae60a28..2ec796f 100644
--- a/pkgs/pubspec_parse/pubspec.yaml
+++ b/pkgs/pubspec_parse/pubspec.yaml
@@ -15,10 +15,10 @@
   yaml: ^2.1.12
 
 dev_dependencies:
-  build_runner: ^0.8.0
+  build_runner: ^0.9.0
   json_serializable: ^0.5.8
   path: ^1.5.1
   stack_trace: ^1.9.2
-  test: ^0.12.42
+  test: ^1.0.0
   test_descriptor: ^1.0.3
   test_process: ^1.0.2