[ DDS ] Fix package:vm_service constraints before publishing 5.0.0
vm_service 14.3.0 is required for DDS to support id zones.
Change-Id: I8c0c4a64e5910d222af87ee447c1b004d9eab5d5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404040
Auto-Submit: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
Reviewed-by: Derek Xu <derekx@google.com>
diff --git a/pkg/dds/CHANGELOG.md b/pkg/dds/CHANGELOG.md
index 835f40c..341aad0 100644
--- a/pkg/dds/CHANGELOG.md
+++ b/pkg/dds/CHANGELOG.md
@@ -7,7 +7,7 @@
lifetime of instance references returned. This should avoid instances being
collected while execution is paused, while releasing them once execution
resumes.
-- Updated `vm_service` constraint to `>=14.0.0 <16.0.0`.
+- Updated `vm_service` constraint to `>=14.3.0 <16.0.0`.
- [DAP] Updated `dap` constraint to ^1.4.0.
- [DAP] Set `supportsANSIStyling` to `true` in debug adapter capabilities to indicate that `Output` events might contain ansi color codes.
- [DAP] Stack traces in more formats will be parsed and have locations attached to `OutputEvents`s.
diff --git a/pkg/dds/pubspec.yaml b/pkg/dds/pubspec.yaml
index dae5955..6562dfd 100644
--- a/pkg/dds/pubspec.yaml
+++ b/pkg/dds/pubspec.yaml
@@ -28,7 +28,7 @@
shelf: ^1.0.0
sse: ^4.0.0
stream_channel: ^2.0.0
- vm_service: '>=14.0.0 <16.0.0'
+ vm_service: '>=14.3.0 <16.0.0'
web_socket_channel: '>=2.0.0 <4.0.0'
# We use 'any' version constraints here as we get our package versions from