Bump language version for pkg/dtd

Extracted from https://dart-review.googlesource.com/c/sdk/+/397164
Which migrates the sdk to resolve as a pub workspace

Pub workspaces requires a language version of 3.5.

Change-Id: I1b9c107764dda434ccd4a8530b779d1d132fb070
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/412641
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
diff --git a/pkg/dtd/CHANGELOG.md b/pkg/dtd/CHANGELOG.md
index e2468a1..9a137e5 100644
--- a/pkg/dtd/CHANGELOG.md
+++ b/pkg/dtd/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.4.1-wip
+
+- Update SDK constraints to `^3.5.0`.
+
 ## 2.4.0
 
 - Bump `unified_analytics` dependency to ^7.0.0.
diff --git a/pkg/dtd/pubspec.yaml b/pkg/dtd/pubspec.yaml
index 806f085..5c17757 100644
--- a/pkg/dtd/pubspec.yaml
+++ b/pkg/dtd/pubspec.yaml
@@ -4,7 +4,7 @@
 repository: https://github.com/dart-lang/sdk/tree/main/pkg/dtd
 
 environment:
-  sdk: ^3.0.0
+  sdk: ^3.5.0
 
 dependencies:
   json_rpc_2: ^3.0.2