From e9de133c2d3740df8861ae11e54a275c42d68506 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Tue, 29 Nov 2022 15:24:35 +0000 Subject: [PATCH] Bump pub to 867ad175d81713c4e70473b1ab32107547cbdc3e Changes: ``` > git log --format="%C(auto) %h %s" 6fdcdd4..867ad17 https://dart.googlesource.com/pub.git/+/867ad175 Fix reading pubspecs from git (#3670) ``` Diff: https://dart.googlesource.com/pub.git/+/6fdcdd4357645817e7d7027ee2157ed68ef69c53~..867ad175d81713c4e70473b1ab32107547cbdc3e/ Bug: https://github.com/flutter/flutter/issues/116107 Change-Id: I6b1a2f1e4f1864c9a2658568f6dfd63383d10406 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272620 Commit-Queue: Siva Annamalai Reviewed-by: Martin Kustermann Reviewed-by: Jonas Jensen Commit-Queue: Sigurd Meldgaard --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 21aaa832055..0e2f2c1b434 100644 --- a/DEPS +++ b/DEPS @@ -152,7 +152,7 @@ vars = { "ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93", "pool_rev": "1ea5b031cfda37786d305292cb8104dffb45d9ae", "protobuf_rev": "c181573c330ff0337db0bab5501deda3a42ba028", - "pub_rev": "6fdcdd4357645817e7d7027ee2157ed68ef69c53", # manually rev'd + "pub_rev": "867ad175d81713c4e70473b1ab32107547cbdc3e", # manually rev'd "pub_semver_rev": "17231113f98c80285881cc4452863bcfd085d1a8", "root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50", "shelf_rev": "1c2104737973715426035c11ba840c7f23d8f186",