From 687371bd24346cb3cad647d278afb7817da51c62 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 9085c152d11b1..73f3fec7adb17 100644 --- a/DEPS +++ b/DEPS @@ -21,7 +21,7 @@ vars = { 'skia_revision': '7e1844439eaa3eb24d00c6314ddc81ca532fdd1b', '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.