From 68ea48ff30d00c4be09da73e3a6c535d2f584507 Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Thu, 15 Aug 2024 15:51:50 -0500 Subject: [PATCH] Update Dart SDK to b9479eb440de7af2c9946931a1ecaabf457b31af --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index a8137624ab0bc..bf8923fe8fe39 100644 --- a/DEPS +++ b/DEPS @@ -56,7 +56,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': 'a97f632612f2889d42721afb5e0a7e89ade47237', + 'dart_revision': 'b9479eb440de7af2c9946931a1ecaabf457b31af', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py