From a442e14ad0170210b2781de3eee774ae9002d82b Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 26 Apr 2023 14:24:18 -0400 Subject: [PATCH] feat: do not block startup with app updates (#14) * feat: Support async updates from the updater library. This is the engine side of: https://github.com/shorebirdtech/updater/pull/11 I also removed passing vmpath (unused) and adjusted names to be more consistent. * Add DEPS change --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index fa4a28e55e48c..9328f2cca1660 100644 --- a/DEPS +++ b/DEPS @@ -21,7 +21,7 @@ vars = { 'skia_revision': '5046d9fc1551e025263a21eb0bb9f0b63569600e', 'updater_git': 'https://github.com/shorebirdtech/updater.git', - 'updater_rev': '4ab78869b8e75f10450d6156c92d9ab7dc401516', + 'updater_rev': '226df7d08dd7899e5cad6b597f2405708e8560d4', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.