From 540753d6187302bdeca0871a9b97fdf94765e321 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Mon, 12 Oct 2020 16:08:32 +0000 Subject: [PATCH] Pull latest cli_util into SDK. This fixes some nuisance analyzer warnings. Change-Id: Ie2d2843716611c44b5815c91e38ee34b9c32ac07 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167141 Reviewed-by: Samuel Rawlins Commit-Queue: Paul Berry --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 875c4f2055c..c9519c07e14 100644 --- a/DEPS +++ b/DEPS @@ -75,7 +75,7 @@ vars = { "browser-compat-data_tag": "v1.0.22", "charcode_rev": "4a685faba42d86ebd9d661eadd1e79d0a1c34c43", "chrome_rev" : "19997", - "cli_util_tag" : "0.2.0", + "cli_util_rev" : "335ed165887d0ec97c2a09173ebf22dcf56a6c4e", "collection_rev": "52e219581f72a3eac013d6f5550c580962677425", "convert_rev": "c1b01f832835d3d8a06b0b246a361c0eaab35d3c", "crypto_rev": "f7c48b334b1386bc5ab0f706fbcd6df8496a87fc", @@ -312,7 +312,7 @@ deps = { Var("dart_root") + "/third_party/pkg/charcode": Var("dart_git") + "charcode.git" + "@" + Var("charcode_rev"), Var("dart_root") + "/third_party/pkg/cli_util": - Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_tag"), + Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_rev"), Var("dart_root") + "/third_party/pkg/collection": Var("dart_git") + "collection.git" + "@" + Var("collection_rev"), Var("dart_root") + "/third_party/pkg/convert":