Skip to content

Commit 80cfdb3

Browse files
devoncarewhouhuayong
authored andcommitted
rev the dart sdk and package:http dep (flutter#34044)
* rev the dart sdk and package:http dep * fix the http repo reference
1 parent 80bece2 commit 80cfdb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ vars = {
4545
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS.
4646
# You can use //tools/dart/create_updated_flutter_deps.py to produce
4747
# updated revision list of existing dependencies.
48-
'dart_revision': 'a4d8cce0f7e72c440243f11a15184e0e677b6cda',
48+
'dart_revision': '5beb49ce6f29dfb3e83c375f31bed0a1cedabd04',
4949

5050
# WARNING: DO NOT EDIT MANUALLY
5151
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -244,7 +244,7 @@ deps = {
244244
Var('dart_git') + '/html.git@f108bce59d136c584969fd24a5006914796cf213',
245245

246246
'src/third_party/dart/third_party/pkg/http':
247-
Var('dart_git') + '/http.git@2993ea5dff5ffb066b4a35c707e7a2b8dcfa17c2',
247+
Var('dart_git') + '/http.git@0c2293062d7c1fa472f299da764a7dbb3895ee22',
248248

249249
'src/third_party/dart/third_party/pkg/http_multi_server':
250250
Var('dart_git') + '/http_multi_server.git@35a3b947256768426090e3b1f5132e4fc23c175d',

testing/benchmark/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependency_overrides:
5050
googleapis_auth:
5151
path: ../../../third_party/pkg/googleapis/googleapis_auth
5252
http:
53-
path: ../../../third_party/dart/third_party/pkg/http
53+
path: ../../../third_party/dart/third_party/pkg/http/pkgs/http
5454
http_parser:
5555
path: ../../../third_party/dart/third_party/pkg/http_parser
5656
litetest:

0 commit comments

Comments
 (0)