| Index: standalone.deps/DEPS
|
| diff --git a/standalone.deps/DEPS b/standalone.deps/DEPS
|
| index a1bb89df648c691faa1b108f9debee5abc67a67e..d912b0bd50f011267169849b4a7f05b1ccca255d 100644
|
| --- a/standalone.deps/DEPS
|
| +++ b/standalone.deps/DEPS
|
| @@ -13,7 +13,7 @@ vars = {
|
| "chromium_git": "https://chromium.googlesource.com",
|
|
|
| # Revisions of /third_party/* dependencies.
|
| - "args_rev" : "@2699ca11b09158ab23ff4cb464ab255e89cc2f27",
|
| + "args_tag": "@0.13.0",
|
| "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
|
| "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
|
| "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
|
| @@ -129,7 +129,7 @@ deps = {
|
| # Stuff needed to run tests.
|
| # External packages.
|
| "dart/third_party/pkg/args":
|
| - "https://github.com/dart-lang/args.git" + Var("args_rev"),
|
| + "https://github.com/dart-lang/args.git" + Var("args_tag"),
|
| "dart/third_party/pkg/fake_async":
|
| "/third_party/fake_async" + Var("fake_async_rev"),
|
| "dart/third_party/pkg/logging":
|
|
|