From f117eb3ec1db9f91a6dec28f3d34e8e99d6c5372 Mon Sep 17 00:00:00 2001 From: Zichang Guo Date: Tue, 11 Feb 2020 20:22:09 +0000 Subject: [PATCH] Update DEPS file for coming HttpHeaders change Original cl: https://dart-review.googlesource.com/c/sdk/+/119100 In order to land this without breaking flutter builds, change DEPS file first. Change-Id: Ic4550d8060bf130f83e5df428a130e68a67b4273 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134105 Commit-Queue: Zichang Guo Reviewed-by: Nate Bosch --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index dd3edac9539..d64a8480b6a 100644 --- a/DEPS +++ b/DEPS @@ -92,7 +92,7 @@ vars = { "glob_tag": "1.1.7", "html_tag" : "0.14.0+1", "http_io_rev": "2fa188caf7937e313026557713f7feffedd4978b", - "http_multi_server_tag" : "2.0.5", + "http_multi_server_rev" : "ea269f79321d659208402088f3297e8920a88ee6", "http_parser_tag" : "3.1.3", "http_retry_tag": "0.1.1", "http_tag" : "0.12.0+2", @@ -304,7 +304,7 @@ deps = { Var("dart_git") + "http_io.git" + "@" + Var("http_io_rev"), Var("dart_root") + "/third_party/pkg/http_multi_server": Var("dart_git") + "http_multi_server.git" + - "@" + Var("http_multi_server_tag"), + "@" + Var("http_multi_server_rev"), Var("dart_root") + "/third_party/pkg/http_parser": Var("dart_git") + "http_parser.git" + "@" + Var("http_parser_tag"), Var("dart_root") + "/third_party/pkg/http_retry":