From c5898e5b38b2debfcbe3bf2d94211569ad8a4072 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 25 Feb 2021 21:36:00 -0500 Subject: [PATCH] Roll Dart SDK from a6fb0acd71ea to aa0fea71185b (2 revisions) (flutter/engine#24647) --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 524cedc06a1..43e5aff9ead 100644 --- a/DEPS +++ b/DEPS @@ -35,7 +35,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': 'a6fb0acd71eaf1b4d6fae15b9a430ea6458d4195', + 'dart_revision': 'aa0fea71185b6c3a763ff3875ea0973a6729a04d', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -210,7 +210,7 @@ deps = { Var('dart_git') + '/http.git@d5c678cd63c3e9c1d779a09acfa95b7e3af84665', 'src/third_party/dart/third_party/pkg/http_multi_server': - Var('dart_git') + '/http_multi_server.git@e8c8be7f15b4fb50757ff5bf29766721fbe24fe4', + Var('dart_git') + '/http_multi_server.git@6bf4b6e5d4d890e6d54559b858ff229d79711171', 'src/third_party/dart/third_party/pkg/http_parser': Var('dart_git') + '/http_parser.git@5dd4d16693242049dfb43b5efa429fedbf932e98', @@ -333,7 +333,7 @@ deps = { Var('dart_git') + '/web_socket_channel.git@76931ea1b81ba71e8319330c35285d3e88566315', 'src/third_party/dart/third_party/pkg/yaml': - Var('dart_git') + '/yaml.git@2392d113b0104dd19358f2833a282f19e2d67c01', + Var('dart_git') + '/yaml.git@b4c4411631bda556ce9a45af1ab0eecaf9f3ac53', 'src/third_party/dart/third_party/pkg_tested/dart_style': Var('dart_git') + '/dart_style.git' + '@' + Var('dart_dart_style_tag'),