Update dart_style to version 1.1.1 in DEPS

Bug: https://github.com/dart-lang/sdk/issues/33663
Change-Id: Ic4dc36489b70164c723433487a6ac82082b2a165
Reviewed-on: https://dart-review.googlesource.com/63585
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b944e07..8f5844e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,17 +4,14 @@
 
 ### Language
 
-* New member conflict rules have been implemented. Most cases of conflicting
-  members with the same name are now static errors. Issue [33235][issue 33235].
-
-[issue 33235]: https://github.com/dart-lang/sdk/issues/33235
-
 #### Strong Mode
 
 ### Dart VM
 
 ### Tool Changes
 
+#### dartfmt
+
 #### Pub
 
 #### Dart2js
@@ -23,9 +20,28 @@
 
 ### Core library changes
 
+## 2.0.0-dev.67.0
+
+### Language
+
+* New member conflict rules have been implemented. Most cases of conflicting
+  members with the same name are now static errors. Issue [33235][issue 33235].
+
+[issue 33235]: https://github.com/dart-lang/sdk/issues/33235
+
+### Tool Changes
+
+#### dartfmt
+
+  * Format expressions inside string interpolation.
+
+### Core library changes
+
   * `dart:io`
     * Adds `HttpClient.connectionTimeout`.
 
+## 2.0.0-dev.66.0
+
 ## 2.0.0-dev.65.0
 
 ### Tool Changes
diff --git a/DEPS b/DEPS
index a8e42cd..ba08f05 100644
--- a/DEPS
+++ b/DEPS
@@ -78,7 +78,7 @@
   #     minutes later.
   #
   # For more details, see https://github.com/dart-lang/sdk/issues/30164
-  "dart_style_tag": "1.1.0",  # Please see the note above before updating.
+  "dart_style_tag": "1.1.1",  # Please see the note above before updating.
 
   "dartdoc_tag" : "v0.20.1",
   "fixnum_tag": "0.10.5",