diff --git a/DEPS b/DEPS index ba42543a6954..f95d2c1a6f92 100644 --- a/DEPS +++ b/DEPS @@ -164,7 +164,7 @@ vars = { "test_descriptor_rev": "71195671e00f2d330a9ebda0bd48f99364bb30f2", "test_process_rev": "7c76f470173366ec90525e49961f2ce1fcf516d3", "test_reflective_loader_rev": "30a552df6421e1f68cdc33c98c2512984b6f42b9", - "tools_rev": "b028012c0da60d903055d124f4a6f1ba0c63c6d9", + "tools_rev": "66afa68006679dcfd9cca0410f01a057ff884fa2", "vector_math_rev": "ec5080d5e6731bef4deffae78eb778ae787ba92f", "watcher_rev": "7a15a903f7ce0737cce7d08ff30402d41b9f7b62", "web_rev": "8d243766b45c163a9d18a89de059eba24398d163", diff --git a/pkg/dtd/CHANGELOG.md b/pkg/dtd/CHANGELOG.md index dd0dae2e2392..0bf9be6b40b6 100644 --- a/pkg/dtd/CHANGELOG.md +++ b/pkg/dtd/CHANGELOG.md @@ -1,4 +1,7 @@ -## 2.3.1-wip +## 2.4.1-wip + +## 2.4.0 +- Bump `unified_analytics` dependency to ^7.0.0. ## 2.3.0 diff --git a/pkg/dtd/pubspec.yaml b/pkg/dtd/pubspec.yaml index ee8d1e0763f2..058acb64798e 100644 --- a/pkg/dtd/pubspec.yaml +++ b/pkg/dtd/pubspec.yaml @@ -1,5 +1,5 @@ name: dtd -version: 2.3.1-wip +version: 2.4.1-wip description: A package for communicating with the Dart Tooling Daemon. repository: https://github.com/dart-lang/sdk/tree/main/pkg/dtd @@ -9,7 +9,7 @@ environment: dependencies: json_rpc_2: ^3.0.2 stream_channel: ^2.1.2 - unified_analytics: ^6.1.0 + unified_analytics: ^7.0.0 web_socket_channel: '>=2.0.0 <4.0.0' # We use 'any' version constraints here as we get our package versions from