From 88311c8f554a6ac04e6677210088c47cf47c106c Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Wed, 11 Sep 2024 12:20:12 -0500 Subject: [PATCH] Update Dart SDK to 179da3ba67ead156a3ba718bd798cb7a1728e741 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8025e1bac0285..75fd6a4bd7c13 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': '553aa88cc49dfa5db6f5eeebd34cccd94a2c20ae', + 'dart_revision': '179da3ba67ead156a3ba718bd798cb7a1728e741', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py