From 316329f19da921e0b9e0d0053c62c64c58f8833f Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 17 Jul 2023 14:47:33 +0700 Subject: [PATCH] Upgrade async to 2.11.0 (cherry picked from commit 25cf5807b2162f751b14b23c44611540ce7e83c3) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 98a69ec61..f57f50639 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -155,7 +155,7 @@ dependencies: worker_manager: 5.0.3 - async: 2.10.0 + async: 2.11.0 html: 0.15.1