Update package:vm_service to >=12.0.0 <14.0.0 (#468)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3da66c3..b2fb3cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.7.1
+
+- Update `package:vm_service` constraints to '>=12.0.0 <14.0.0'.
+
## 1.7.0
- Require Dart 3.0.0
diff --git a/pubspec.yaml b/pubspec.yaml
index 30293d1..16e851b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: coverage
-version: 1.7.0
+version: 1.7.1
description: Coverage data manipulation and formatting
repository: https://github.com/dart-lang/coverage
@@ -13,7 +13,7 @@
path: ^1.8.0
source_maps: ^0.10.10
stack_trace: ^1.10.0
- vm_service: '^12.0.0'
+ vm_service: '>=12.0.0 <14.0.0'
dev_dependencies:
benchmark_harness: ^2.2.0